* 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
*/
EMIT(#define _WX_RCDEFS_H)
#ifdef _MSC_FULL_VER
-EMIT(#define WX_MSC_FULL_VER _MSC_FULL_VER)
+#if _MSC_FULL_VER < 140040130
+EMIT(#define wxUSE_RC_MANIFEST 1)
+#endif
+#else
+EMIT(#define wxUSE_RC_MANIFEST 1)
#endif
#ifdef _M_AMD64