diff options
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>
|