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 | 12290369e2d1012fdf046be447e01cdb283bf2c5 (patch) | |
tree | 6b97038e493bdf1172326398097b0347d2acbdf6 | |
parent | 2e3e9daf328f264c79a90cd4c11bcc06a07a7cca (diff) | |
download | openttd-12290369e2d1012fdf046be447e01cdb283bf2c5.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 |