mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 06:52:08 +00:00
Fix MSVC 2005 compilation (Platform SDK is correctly included)
svn path=/trunk/; revision=23927
This commit is contained in:
parent
1fc89de847
commit
7f0a82ce58
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue