Skip to content

Commit

Permalink
fix for mingw: undefined symbol WinMain (#39)
Browse files Browse the repository at this point in the history
Thanks
  • Loading branch information
mariuszmaximus authored Sep 28, 2024
1 parent 590c353 commit b62c81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imrad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ std::string GetRootPath()
#endif
}

#ifdef WIN32
#if (WIN32) && !(__MINGW32__)
int WINAPI wWinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
Expand Down

0 comments on commit b62c81b

Please sign in to comment.