Skip to content

Commit

Permalink
Order :(
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 7, 2025
1 parent 37dbe35 commit 06910a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifdef _WIN32
#include <windows.h>

int main(int argc, char **argv);

int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
char **argv = new char*[0];
int result = main(0, argv);
Expand Down

0 comments on commit 06910a8

Please sign in to comment.