diff options
-rw-r--r-- | ottdres.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ottdres.rc b/ottdres.rc index 0c79d5917..5b3293482 100644 --- a/ottdres.rc +++ b/ottdres.rc @@ -9,7 +9,11 @@ #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS +#ifdef MSVC #include "winres.h" +#else +#include "afxres.h" +#endif ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS |