mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Merge branch 'linux-dev' of https://github.com/antopilo/Nuake into linux-dev
This commit is contained in:
@@ -161,12 +161,14 @@ int ApplicationMain(int argc, char* argv[])
|
||||
|
||||
#ifdef NK_DIST
|
||||
|
||||
#ifdef NK_WIN
|
||||
#include "windows.h"
|
||||
|
||||
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cdmline, int cmdshow)
|
||||
{
|
||||
return ApplicationMain(__argc, __argv);
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user