123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- #pragma once
- #if !defined(AFX_STDAFX_H__293E641A_6D1B_4F78_AAC3_BF2253E98922__INCLUDED_)
- #define AFX_STDAFX_H__293E641A_6D1B_4F78_AAC3_BF2253E98922__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #ifndef _SECURE_ATL
- #define _SECURE_ATL 1
- #endif
- #ifndef VC_EXTRALEAN
- #define VC_EXTRALEAN
- #endif
- #ifndef WINVER
- #define WINVER 0x0501
- #endif
- #ifndef _WIN32_WINNT
- #define _WIN32_WINNT 0x0501
- #endif
- #ifndef _WIN32_WINDOWS
- #define _WIN32_WINDOWS 0x0410
- #endif
- #ifndef _WIN32_IE
- #define _WIN32_IE 0x0600
- #endif
- #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
- #define WIN32_LEAN_AND_MEAN
- #pragma warning(disable:4996)
- #define _CRT_SECURE_NO_WARNINGS
- #define WIN32_LEAN_AND_MEAN
- #define _WIN32_DCOM
- #include <stdlib.h>
- #include <crtdbg.h>
- #include <atlstr.h>
- #include <windows.h>
- #include <tchar.h>
- #include <winsock2.h>
- #include "../__INCLUDE/SysModule.h"
- #include <functional>
- #include <string>
- #include <regex>
- #include <vector>
- #include <locale>
- #include <string_view>
- #include <codecvt>
- #include <cpr/api.h>
- #include <fmt/ostream.h>
- #include <locale>
- #include <codecvt>
- #include<memory>
- #include <algorithm>
- #define ASSERT ATLASSERT
- #define TRACE ATLTRACE
- #endif
|