X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Funpacker_stub.cpp;h=a9de74afd3185068065b60c43aeae259fe212771;hb=2c17bf0495b27b67b0ba655b18fbb2f723071698;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..a9de74af 100644 --- a/nucleus/applications/bundler/unpacker_stub.cpp +++ b/nucleus/applications/bundler/unpacker_stub.cpp @@ -40,15 +40,17 @@ #include #include #include -#ifdef __UNIX__ +//#ifdef __UNIX__ #include -#endif -#ifdef __WIN32__ +//#endif +/* +#ifdef _MSC_VER #include #include #include #include #endif +*/ using namespace application; using namespace basis; @@ -446,7 +448,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);