From 4aca52309caeea188e02718a492dd696259608cd Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 17 Apr 2012 10:13:53 -0500 Subject: we do not need afxres.h included in redc.rc It is not an MFC project so simply including windef.h is better and allows for compiling with the Express editions of Visual Studio. --- client/windows/redc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/windows/redc.rc b/client/windows/redc.rc index 5f08539e..ec9a9b24 100644 --- a/client/windows/redc.rc +++ b/client/windows/redc.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windef.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -- cgit