(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 7e42adcf85a8
parent 3056 44eedffdb485
child 3058 8363e01ea189
(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