diff options
author | Darkvater <Darkvater@openttd.org> | 2006-02-21 15:57:09 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-02-21 15:57:09 +0000 |
commit | 79af496f3721e1173121887f44ab744a8fca98f9 (patch) | |
tree | 6b97038e493bdf1172326398097b0347d2acbdf6 | |
parent | 08f132fef2a0059265e4898c24751c37d5b59023 (diff) | |
download | openttd-79af496f3721e1173121887f44ab744a8fca98f9.tar.xz |
(svn r3646) - We are not using MFC so don't use afxres but winres. This solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example)
-rw-r--r-- | ottdres.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ottdres.rc b/ottdres.rc index d9f1f1283..0c79d5917 100644 --- a/ottdres.rc +++ b/ottdres.rc @@ -9,7 +9,7 @@ #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS |