]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
re-organize win32 code
[wimlib] / src / mount_image.c
index 839acbc86f51947378fcbd3aa0ec9884bf1755e9..a17bf5026cc360c6491732d9d3a42ba15305b8b3 100644 (file)
@@ -2625,7 +2625,7 @@ out:
 
 static inline int mount_unsupported_error()
 {
-#if defined(__CYGWIN__) || defined (__WIN32__)
+#if defined(__WIN32__)
        ERROR("Sorry-- Mounting WIM images is not supported on Windows!");
 #else
        ERROR("wimlib was compiled with --without-fuse, which disables support "