checking in the recent efforts at optimizing clam
[feisty_meow.git] / nucleus / library / application / windoze_helper.h
index 5b2ce623629e5406c9a6af4bb2278c1df1a65902..9a149a4193229836928d8a993bf1200515123d90 100644 (file)
 // gnarly headers that are needed for certain types of compilation...
 
 //unix headers not needed in here for new purpose of file.
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
   #include <unistd.h>
   #ifdef __GNU_WINDOWS__
     #include <sys/unistd.h>
   #endif
-#endif
+//#endif
 #ifndef NO_XWINDOWS
   #ifdef __XWINDOWS__
     #include <Intrinsic.h>