Diff for /np2/x11/taskmng.h between versions 1.1 and 1.3

version 1.1, 2003/11/16 16:43:45 version 1.3, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_TASKMNG_H__  #ifndef NP2_X11_TASKMNG_H__
 #define NP2_X11_TASKMNG_H__  #define NP2_X11_TASKMNG_H__
   
 #ifdef __cplusplus  #include "compiler.h"
 extern "C" {  
 #endif  
   
   #include "np2.h"
   
   G_BEGIN_DECLS
   
   void taskmng_initialize(void);
   BOOL taskmng_sleep(UINT32 tick);
 void taskmng_exit(void);  void taskmng_exit(void);
   
 #ifdef __cplusplus  #define taskmng_isavail()       np2running
 }  
 #endif  G_END_DECLS
   
 #endif  /* NP2_X11_TASKMNG_H__ */  #endif  /* NP2_X11_TASKMNG_H__ */

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>