]> wimlib.net Git - wimlib/blobdiff - programs/imagex-win32.c
Fix clang warnings about inconsistent use of dllexport
[wimlib] / programs / imagex-win32.c
index 6ff838ca63e845a7053dbc7a2a984b9fafb9a491..b72ae354f7401ef1124ef65b09be629f9ac99c12 100644 (file)
@@ -1,6 +1,6 @@
 /* Windows-specific code for wimlib-imagex.  */
 
-#ifndef __WIN32__
+#ifndef _WIN32
 #  error "This file contains Windows code"
 #endif