]> wimlib.net Git - wimlib/blobdiff - include/wimlib/glob.h
Consistently use _WIN32 instead of __WIN32__
[wimlib] / include / wimlib / glob.h
index 1027ec7cb316af092298c0e6d3b47c6219669430..5455be2661d75de45a9692cfb46932d64eac88d1 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _WIMLIB_GLOB_H
 #define _WIMLIB_GLOB_H
 
-#ifndef __WIN32__
+#ifndef _WIN32
 #  include <glob.h>
 #else
 #include <stddef.h>
@@ -29,6 +29,6 @@ extern void globfree(glob_t *pglob);
 #define        GLOB_ABORTED    2       /* Read error.  */
 #define        GLOB_NOMATCH    3       /* No matches found.  */
 
-#endif /* __WIN32__ */
+#endif /* _WIN32 */
 
 #endif /* _WIMLIB_GLOB_H */