X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Flaunch_process.h;h=44ce4857d57898fe3cb6d503e84b1142b5620d1a;hb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;hp=a988c4c59bb5b1597b27fac9d1dcd17a0324289b;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/processes/launch_process.h b/nucleus/library/processes/launch_process.h index a988c4c5..44ce4857 100644 --- a/nucleus/library/processes/launch_process.h +++ b/nucleus/library/processes/launch_process.h @@ -81,11 +81,10 @@ public: function. */ private: -#ifdef __UNIX__ +#ifndef _MSC_VER static void exiting_child_signal_handler(int sig_num); //!< awaits the child processes rather than leaving process handles willy nilly. -#endif -#ifdef __WIN32__ +#else static bool event_poll(tagMSG &message); //!< tries to process one win32 event and retrieve the "message" from it. /*!< this is a very general poll and will retrieve any message that's