mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 02:01:54 +00:00
The decomp is compiling!
This commit is contained in:
@ -9,10 +9,9 @@
|
||||
|
||||
#pragma warning(disable: 4324)
|
||||
#pragma warning(disable: 4459)
|
||||
#pragma warning(disable: 4611)
|
||||
#pragma warning(error: 4409)
|
||||
|
||||
#pragma warning(disable: 4100) // remove when decomp is imported
|
||||
|
||||
#define DLL_EXPORT extern "C" __declspec(dllexport)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
@ -36,6 +35,7 @@
|
||||
#include <variant>
|
||||
#include <optional>
|
||||
#include <Psapi.h>
|
||||
#include <timeapi.h>
|
||||
|
||||
#ifdef max
|
||||
#undef max
|
||||
@ -58,6 +58,7 @@
|
||||
#pragma comment(lib, "urlmon.lib" )
|
||||
#pragma comment(lib, "iphlpapi.lib")
|
||||
#pragma comment(lib, "Crypt32.lib")
|
||||
#pragma comment(lib, "Winmm.lib")
|
||||
|
||||
#include "utils/hexrays_defs.h"
|
||||
|
||||
|
Reference in New Issue
Block a user