Forgot to add WIN32_LEAN_AND_MEAN

This commit is contained in:
Kleadron
2023-08-01 02:51:18 -07:00
parent 10a2c09080
commit 79b4185324

View File

@@ -5,6 +5,7 @@
The following code is licensed under the BSD 1 clause license.
SPDX-License-Identifier: BSD-1-Clause
********************************************************************/
#define WIN32_LEAN_AND_MEAN
#include <cstdarg>
#include <windows.h>