Skip to content

Commit 4a0b723

Browse files
committed
loader.rc: Enable build on MinGW
1 parent 2c625b5 commit 4a0b723

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
@@ -36,7 +36,11 @@
3636
///////////////////////////////////////////////////////////////////////////////
3737
///////////////////////////////////////////////////////////////////////////////
3838

39+
#ifdef __MINGW32__
40+
#include "winresrc.h"
41+
#else
3942
#include "winres.h"
43+
#endif
4044

4145
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_BUILDNO
4246

0 commit comments

Comments
 (0)