We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ec61a commit 08361f3Copy full SHA for 08361f3
winplace.cpp
@@ -13,7 +13,13 @@
13
static char BASED_CODE THIS_FILE[] = __FILE__;
14
#endif
15
16
+// Version 10 of the MFC framework removed functions we need.
17
+// Which means we need to force generation of stubs in that case.
18
+// See: http://cppdepend.wordpress.com/2010/08/29/visual-c-2010-what’s-new-for-mfc-library/
19
+#if _MFC_VER >= 0x0A00
20
#define COMPILE_MULTIMON_STUBS
21
+#endif
22
+
23
#include <MULTIMON.H>
24
25
CWindowPlacement::CWindowPlacement()
0 commit comments