diff options
Diffstat (limited to 'code/win32/winquake.rc')
-rw-r--r-- | code/win32/winquake.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/win32/winquake.rc b/code/win32/winquake.rc index c99e257..0d78b89 100644 --- a/code/win32/winquake.rc +++ b/code/win32/winquake.rc @@ -7,7 +7,11 @@ // // Generated from the TEXTINCLUDE 2 resource. // +#ifndef __MINGW32__ #include "winres.h" +#else +#include <winresrc.h> +#endif ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -53,7 +57,11 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. +#ifndef __MINGW32__ IDI_ICON1 ICON DISCARDABLE "qe3.ico" +#else +IDI_ICON1 ICON DISCARDABLE "../win32/qe3.ico" +#endif ///////////////////////////////////////////////////////////////////////////// // |