Skip to content

Commit 8d7c257

Browse files
committed
loader.rc: Enable build on MinGW
1 parent 479b79f commit 8d7c257

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/loader/loader.rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
///////////////////////////////////////////////////////////////////////////////
4444
///////////////////////////////////////////////////////////////////////////////
4545

46+
#ifdef __MINGW32__
47+
#include "winresrc.h"
48+
#else
4649
#include "winres.h"
50+
#endif
4751

4852
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_BUILDNO
4953

0 commit comments

Comments
 (0)