summaryrefslogtreecommitdiffstats
path: root/client/windows/redc.rc
diff options
context:
space:
mode:
authorAric Stewart <aric@codeweavers.com>2012-04-17 10:13:53 -0500
committerAlon Levy <alevy@redhat.com>2012-04-18 14:05:50 +0300
commit4aca52309caeea188e02718a492dd696259608cd (patch)
tree4ba01eabe7c893b943835cb8f8523b3f0fb2025e /client/windows/redc.rc
parent351fe52ca741d1e785dece1ab3f860aeb1bfb44f (diff)
downloadspice-4aca52309caeea188e02718a492dd696259608cd.tar.gz
spice-4aca52309caeea188e02718a492dd696259608cd.tar.xz
spice-4aca52309caeea188e02718a492dd696259608cd.zip
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.
Diffstat (limited to 'client/windows/redc.rc')
-rw-r--r--client/windows/redc.rc2
1 files changed, 1 insertions, 1 deletions
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