[Spice-devel] [PATCH spice] we do not need afxres.h included in redc.rc
Aric Stewart
aric at codeweavers.com
Tue Apr 17 08:13:53 PDT 2012
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/windows/redc.rc b/client/windows/redc.rc
index 5f08539..ec9a9b2 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
--
1.6.0.rc1.64.g61192
More information about the Spice-devel
mailing list