X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Flaunch_process.h;fp=nucleus%2Flibrary%2Fprocesses%2Flaunch_process.h;h=7abbe3610ab127163d2330397cf6bbb4c10c67f2;hp=c13453d42a3f0992e2505e981156c5aeedaeb3da;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/nucleus/library/processes/launch_process.h b/nucleus/library/processes/launch_process.h index c13453d4..7abbe361 100644 --- a/nucleus/library/processes/launch_process.h +++ b/nucleus/library/processes/launch_process.h @@ -81,17 +81,19 @@ public: function. */ private: -#ifndef _MSC_VER +//#ifndef _MSC_VER static void exiting_child_signal_handler(int sig_num); //!< awaits the child processes rather than leaving process handles willy nilly. +/* #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 + / *!< this is a very general poll and will retrieve any message that's available for the current thread. the message is actually processed here also, by calling translate and dispatch. the returned structure - is mainly interesting for knowing what was done. */ + is mainly interesting for knowing what was done. * / #endif +*/ };