From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/WAT/framework.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Src/WAT/framework.h (limited to 'Src/WAT/framework.h') diff --git a/Src/WAT/framework.h b/Src/WAT/framework.h new file mode 100644 index 00000000..3209b4ab --- /dev/null +++ b/Src/WAT/framework.h @@ -0,0 +1,3 @@ +#pragma once + +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -- cgit