diff options
author | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
---|---|---|
committer | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
commit | 24ca502e3af452603ed191948e5ece016e2204b2 (patch) | |
tree | 52964d5f1cb574b155cbc23ad764aa64fb41f330 /Hook/framework.h |
Diffstat (limited to 'Hook/framework.h')
-rw-r--r-- | Hook/framework.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hook/framework.h b/Hook/framework.h new file mode 100644 index 0000000..a9744f8 --- /dev/null +++ b/Hook/framework.h @@ -0,0 +1,5 @@ +#pragma once
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+// Windows Header Files
+#include <windows.h>
|