version update
[feisty_meow.git] / nucleus / applications / bundler / unpacker_stub.cpp
index 8782e2d8ae656c38e9f7d17befa9649f54bd4970..87c6a7664d0ad7d823c8a295f18aed9c246722e2 100644 (file)
@@ -43,7 +43,7 @@
 #ifdef __UNIX__
   #include <utime.h>
 #endif
-#ifdef __WIN32__
+#ifdef _MSC_VER
   #include <direct.h>
   #include <io.h>
   #include <shlobj.h>
@@ -446,7 +446,7 @@ int unpacker_stub::execute()
         }
       }
 
-      byte_filer *targo = NIL;
+      byte_filer *targo = NULL_POINTER;
       if (keyword_good) targo = new byte_filer(curr._payload, "wb");
       byte_array uncompressed(256 * KILOBYTE);  // fluff it out to begin with.
       byte_array temp(256 * KILOBYTE);