From 664d5d434e8e31f8f74992f2f2b94ffd8a7609c0 Mon Sep 17 00:00:00 2001 From: p0358 Date: Sun, 2 Jan 2022 07:57:21 +0100 Subject: add wsock32 proxy!!! (it works quite nicely) --- loader_wsock32_proxy/pch.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 loader_wsock32_proxy/pch.h (limited to 'loader_wsock32_proxy/pch.h') diff --git a/loader_wsock32_proxy/pch.h b/loader_wsock32_proxy/pch.h new file mode 100644 index 00000000..0103ff59 --- /dev/null +++ b/loader_wsock32_proxy/pch.h @@ -0,0 +1,16 @@ +// pch.h: This is a precompiled header file. +// Files listed below are compiled only once, improving build performance for future builds. +// This also affects IntelliSense performance, including code completion and many code browsing features. +// However, files listed here are ALL re-compiled if any one of them is updated between builds. +// Do not add files here that you will be updating frequently as this negates the performance advantage. + +#ifndef PCH_H +#define PCH_H + +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +// Windows Header Files +#include + +#include "include/MinHook.h" + +#endif //PCH_H -- cgit v1.2.3