]> git.leonardobizzoni.com Git - CBuild/commitdiff
forgot to define lean&mean
authorLeonardoBizzoni <leo2002714@gmail.com>
Wed, 15 Oct 2025 09:31:10 +0000 (11:31 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Wed, 15 Oct 2025 09:31:10 +0000 (11:31 +0200)
cbuild.h

index 13d06729e7dd509c81854578cbf15511ce9177e7..b477321676e6f5918e5107ee0396cdd567c31342 100644 (file)
--- a/cbuild.h
+++ b/cbuild.h
@@ -72,6 +72,7 @@ typedef enum {false, true} bool;
 #include <stdio.h>
 
 #if OS_WINDOWS
+#  define WIN32_LEAN_AND_MEAN
 #  include <windows.h>
 #  include <direct.h>
 #  define win32_stdin stdin