summaryrefslogtreecommitdiff
path: root/win/Stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/Stdafx.h')
-rw-r--r--win/Stdafx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/Stdafx.h b/win/Stdafx.h
index ffc6871..1332794 100644
--- a/win/Stdafx.h
+++ b/win/Stdafx.h
@@ -21,6 +21,12 @@
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
+#if _MFC_VER >= 0x0710
+typedef DWORD ACTIVATEAPPPARAM;
+#else
+typedef HTASK ACTIVATEAPPPARAM;
+#endif
+
//#include <afxadv.h> // CSharedFile
#include "opengl.h"