]> wimlib.net Git - wimlib/blobdiff - src/wim.c
Make win32.h includable on non-Windows
[wimlib] / src / wim.c
index 600176e698841f56a3c1bbe4f0d81ec2fe3f3ee7..ff43ba59e5deda4921dec2d728fb800224d9e13d 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -44,9 +44,7 @@
 #include "wimlib/security.h"
 #include "wimlib/wim.h"
 #include "wimlib/xml.h"
-#ifdef __WIN32__
-#  include "wimlib/win32.h" /* for realpath() replacement */
-#endif
+#include "wimlib/win32.h"
 
 /* Information about the available compression types for the WIM format.  */
 static const struct {