X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Funpacker_stub.cpp;h=87c6a7664d0ad7d823c8a295f18aed9c246722e2;hb=130a17120755eef05b71014b7adf8f7c4def19fa;hp=8782e2d8ae656c38e9f7d17befa9649f54bd4970;hpb=f2cd4d9e0a4c8a6594ce9c438ed7c71cdae6e558;p=feisty_meow.git diff --git a/nucleus/applications/bundler/unpacker_stub.cpp b/nucleus/applications/bundler/unpacker_stub.cpp index 8782e2d8..87c6a766 100644 --- a/nucleus/applications/bundler/unpacker_stub.cpp +++ b/nucleus/applications/bundler/unpacker_stub.cpp @@ -43,7 +43,7 @@ #ifdef __UNIX__ #include #endif -#ifdef __WIN32__ +#ifdef _MSC_VER #include #include #include @@ -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);