--- np2/x11/taskmng.h 2003/11/16 16:43:45 1.1 +++ np2/x11/taskmng.h 2003/12/19 16:08:01 1.2 @@ -1,12 +1,20 @@ #ifndef NP2_X11_TASKMNG_H__ #define NP2_X11_TASKMNG_H__ +#include "compiler.h" + +#include "np2.h" + #ifdef __cplusplus extern "C" { #endif +void taskmng_initialize(void); +BOOL taskmng_sleep(UINT32 tick); void taskmng_exit(void); +#define taskmng_isavail() np2running + #ifdef __cplusplus } #endif