]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/genrcdefs.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / msw / genrcdefs.h
index a69638e9ba09f7c8114bad5be8a79a7643d3f159..8bab95b077fe89c44d57597f7cd41bcfadb76983 100644 (file)
@@ -2,7 +2,6 @@
  * Name:        wx/msw/genrcdefs.h
  * Purpose:     Emit preprocessor symbols into rcdefs.h for resource compiler
  * Author:      Mike Wetherell
  * Name:        wx/msw/genrcdefs.h
  * Purpose:     Emit preprocessor symbols into rcdefs.h for resource compiler
  * Author:      Mike Wetherell
- * RCS-ID:      $Id$
  * Copyright:   (c) 2005 Mike Wetherell
  * Licence:     wxWindows licence
  */
  * Copyright:   (c) 2005 Mike Wetherell
  * Licence:     wxWindows licence
  */
@@ -16,6 +15,8 @@ EMIT(#define _WX_RCDEFS_H)
 #if _MSC_FULL_VER < 140040130
 EMIT(#define wxUSE_RC_MANIFEST 1)
 #endif
 #if _MSC_FULL_VER < 140040130
 EMIT(#define wxUSE_RC_MANIFEST 1)
 #endif
+#else
+EMIT(#define wxUSE_RC_MANIFEST 1)
 #endif
 
 #ifdef _M_AMD64
 #endif
 
 #ifdef _M_AMD64