This commit is contained in:
Igor Pavlov
2005-05-30 00:00:00 +00:00
committed by Kornel Lesiński
parent 8c1b5c7b7e
commit 3c510ba80b
926 changed files with 40559 additions and 23519 deletions

View File

@@ -1,8 +1,11 @@
// stdafx.h : include file for standard system include files,
// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#define _WIN32_WINNT 0x0400
// it's hack for Windows NT supporting
#define WINVER 0x0400
// #define _WIN32_IE 0x0500
#include <windows.h>
@@ -27,14 +30,4 @@ extern CComModule _Module;
#include <shlguid.h>
#include <regstr.h>
// #include <new.h>
#undef _MT
#include <vector>
#include <map>
#include <algorithm>
#define _MT
#endif