linux release fixes

This commit is contained in:
MissLavender-LQ
2023-09-28 05:01:49 +01:00
parent 1aae2e3ea7
commit dddfb2f29f
2 changed files with 2 additions and 3 deletions

View File

@@ -76,12 +76,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