X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Fprocess_control.h;fp=nucleus%2Flibrary%2Fprocesses%2Fprocess_control.h;h=f7a47c2642b1424b225ff90a362dfe2d0378bc98;hp=350da8c653f63936c843053f922f197ea3b2a8f6;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/nucleus/library/processes/process_control.h b/nucleus/library/processes/process_control.h index 350da8c6..f7a47c26 100644 --- a/nucleus/library/processes/process_control.h +++ b/nucleus/library/processes/process_control.h @@ -74,16 +74,17 @@ public: private: process_implementation_hider *_ptrs; //!< our OS baggage. -#ifndef _MSC_VER +//#ifndef _MSC_VER mathematics::chaos *_rando; //!< used for process list. -#else - bool _use_psapi; //!< true if we should be using the PSAPI on NT and family. -#endif +//#else + //bool _use_psapi; //!< true if we should be using the PSAPI on NT and family. +//#endif bool _healthy; //!< true if construction succeeded. -#ifndef _MSC_VER +//#ifndef _MSC_VER bool get_processes_with_ps(process_entry_array &to_fill); //!< asks the ps program what processes exist. +/* #else // fill in our function pointers to access the kernel functions appropriate // for either NT (psapi) or 9x (toolhelp). @@ -95,6 +96,7 @@ private: bool get_processes_with_toolhelp(process_entry_array &to_fill); //!< uses the toolhelp support for windows 9x, ME, 2000. #endif +*/ }; } //namespace.