From c989565c443aa465c9e89417c37c2a502ebd7406 Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 8 May 2009 13:34:29 +0000 Subject: [PATCH] Fixed Compiler Error: Replaced "#include afxres.h" with "#include "windows.h" in Res\ja2.rc, because it did not compile on a few machines. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2829 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Res/ja2.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Res/ja2.rc b/Res/ja2.rc index 27fa36f4..6265645c 100644 --- a/Res/ja2.rc +++ b/Res/ja2.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS