Fix MSVC 2005 compilation (Platform SDK is correctly included)

svn path=/trunk/; revision=23927
This commit is contained in:
Aleksey Bragin 2006-09-06 18:43:35 +00:00
parent 1fc89de847
commit 7f0a82ce58

View file

@ -207,11 +207,11 @@ using namespace std;
#include <vector>
/* not necessary with correct include file order for comdef.h ("<MS PSDK>\include" path first)
/* not necessary with correct include file order for comdef.h ("<MS PSDK>\include" path first) */
#if _MSC_VER>=1300 // VS.Net
#define _NO_COMUTIL
#endif
*/
#if defined(_MSC_VER) && !defined(_NO_COMUTIL)