]> wimlib.net Git - wimlib/blobdiff - include/wimlib/wof.h
wof.h: guard by __WIN32__
[wimlib] / include / wimlib / wof.h
index 4cab2bba081e707edd9a82586b10414ca18387d7..56283d286f4ace8dec31d0d38f7078308c7dff09 100644 (file)
@@ -34,6 +34,8 @@
 #include "wimlib/compiler.h"
 #include "wimlib/types.h"
 
+#ifdef __WIN32__
+
 /*
  * The Windows Overlay Filesystem filter (WOF, a.k.a. wof.sys) is a filesystem
  * filter driver, available in Windows 8.1 and later, which allows files to be
@@ -423,4 +425,6 @@ wof_check_structs(void)
        STATIC_ASSERT(sizeof(struct WimOverlay_dat_entry_2) == 104);
 }
 
+#endif /* __WIN32__ */
+
 #endif /* _WOF_H_ */