diff options
author | truelight <truelight@openttd.org> | 2006-02-21 19:42:42 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-02-21 19:42:42 +0000 |
commit | 9541bea15baf6223508f554565598b49b10914ae (patch) | |
tree | b332f98c17a49e935f5ca4e4ec909208ac7bf5cc | |
parent | 8e6b55c9a09344090a0f00b2d49ca0c8de5dcede (diff) | |
download | openttd-9541bea15baf6223508f554565598b49b10914ae.tar.xz |
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
-rw-r--r-- | ottdres.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ottdres.rc b/ottdres.rc index 0c79d5917..5b3293482 100644 --- a/ottdres.rc +++ b/ottdres.rc @@ -9,7 +9,11 @@ #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS +#ifdef MSVC #include "winres.h" +#else +#include "afxres.h" +#endif ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS |