Go to the documentation of this file.00001 #pragma once
00002
00003
00004
00005 #pragma warning(disable: 4995)
00006
00007 #ifndef _WIN32_WINNT
00008 #define _WIN32_WINNT 0x0500
00009 #endif
00010
00011 #ifndef STRICT
00012 #define STRICT
00013 #endif
00014
00015 #define WIN32_LEAN_AND_MEAN
00016
00017 #include <atlbase.h>
00018 #include <comdef.h>
00019 #include <strsafe.h>
00020 #include <windows.h>
00021 #include <sstream>
00022 #include <iostream>
00023 #include <iomanip>
00024 #include <vector>
00025 #include <algorithm>
00026 #include <ctime>
00027 #include <fstream>
00028 #include <map>
00029 #include <list>