explorer: merge changes from lean explorer branch (shell namespace iteration, icon...
[reactos.git] / reactos / subsys / system / explorer / shell / entries.h
index 66c3b42..946c452 100644 (file)
@@ -28,7 +28,9 @@
 
 enum ENTRY_TYPE {
        ET_UNKNOWN,
+#ifndef _NO_WIN_FS
        ET_WINDOWS,
+#endif
 #ifdef __WINE__
        ET_UNIX,
 #endif