# HG changeset patch # User Darkvater # Date 1140537429 0 # Node ID 7e42adcf85a8125b1744da8ec0184f896b2f3de4 # Parent 44eedffdb485762a04e1d4c1a2c71b24efc936e6 (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) diff -r 44eedffdb485 -r 7e42adcf85a8 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