Harmonize WIN32, and update bootstrap
[awesomized/libmemcached] / libtest / lite.h
index 52e96380ca60ac873f53e63287ab4058b8db8432..100b8e2044cc34856b986d68ce642fdf35d88d18 100644 (file)
@@ -51,7 +51,7 @@
 # include <string.h>
 #endif
 
-#ifdef _WIN32
+#if defined(_WIN32)
 # include <malloc.h>
 #else
 # include <alloca.h>