mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
22 lines
426 B
C++
22 lines
426 B
C++
#pragma once
|
|
#pragma message("Compiling precompiled headers.\n")
|
|
|
|
#define WINVER _WIN32_WINNT_WINXP
|
|
#define _WIN32_WINNT _WIN32_WINNT_WINXP
|
|
|
|
#include <algorithm>
|
|
#include <functional>
|
|
#include <initializer_list>
|
|
#include <memory>
|
|
#include <vector>
|
|
#include <unordered_map>
|
|
#include <map>
|
|
#include <string>
|
|
|
|
//#define WIN32_LEAN_AND_MEAN
|
|
#define NOCRYPT
|
|
#define NOSERVICE
|
|
#define NOMCX
|
|
#define NOIME
|
|
#include <Windows.h>
|