Enable Visual Styles

This commit is contained in:
EnderIce2
2024-05-13 08:28:03 +03:00
parent a6a12720ad
commit 77c3dabf79
8 changed files with 135 additions and 30 deletions

5
main.c
View File

@ -327,3 +327,8 @@ int main(int argc, char *argv[])
fclose(g_logFile);
ExitProcess(0);
}
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return main(__argc, __argv);
}