diff --git a/ottdres.rc b/ottdres.rc index 0c79d59172..5b32934820 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