From e80ae84b78da0e53c79529a5e2faa2036b6f739c Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 19 Jan 2006 05:18:24 +0000 Subject: Fixed compiler warnings and errors on VC++ 7.1 git-svn-id: http://svn.leocad.org/trunk@455 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Stdafx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'win/Stdafx.h') 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 // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT +#if _MFC_VER >= 0x0710 +typedef DWORD ACTIVATEAPPPARAM; +#else +typedef HTASK ACTIVATEAPPPARAM; +#endif + //#include // CSharedFile #include "opengl.h" -- cgit v1.2.3