(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)
authorDarkvater
Tue, 21 Feb 2006 15:57:09 +0000
changeset 3057 1a1f8637c621
parent 3056 3f5b7fc29e24
child 3058 32bbf65085e8
(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)
ottdres.rc
--- a/ottdres.rc	Tue Feb 21 07:44:33 2006 +0000
+++ b/ottdres.rc	Tue Feb 21 15:57:09 2006 +0000
@@ -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