summaryrefslogtreecommitdiffstats
path: root/src_native/win/proxy_util_w23/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src_native/win/proxy_util_w23/stdafx.h')
-rw-r--r--src_native/win/proxy_util_w23/stdafx.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src_native/win/proxy_util_w23/stdafx.h b/src_native/win/proxy_util_w23/stdafx.h
new file mode 100644
index 0000000..66875d0
--- /dev/null
+++ b/src_native/win/proxy_util_w23/stdafx.h
@@ -0,0 +1,11 @@
+// stdafx.h : Includefiles for Standardsystem-Includefiles
+
+#pragma once
+
+#include "targetver.h"
+
+#define WIN32_LEAN_AND_MEAN // No not include rarely used parts of Windows-Header .
+// Windows-Headerfiles:
+#include <windows.h>
+#include <winhttp.h>
+#include <Winreg.h> \ No newline at end of file