windows build with msvc2022
[andemo] / libs / treestore / treestore.c
index 899cfa0..7343b9d 100644 (file)
@@ -5,7 +5,7 @@
 #include <assert.h>
 #include "treestore.h"
 
-#ifdef WIN32
+#ifdef _WIN32
 #include <malloc.h>
 #else
 #include <alloca.h>