Diff for /np2/x11/timemng.h between versions 1.2 and 1.4

version 1.2, 2003/11/16 16:43:45 version 1.4, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_TIMEMNG_H__  #ifndef NP2_X11_TIMEMNG_H__
 #define NP2_X11_TIMEMNG_H__  #define NP2_X11_TIMEMNG_H__
   
 // Win32 SYSTEMTIME ストラクチャ  G_BEGIN_DECLS
   
   // Win32 SYSTEMTIME ストラクチャ
   
 typedef struct {  typedef struct {
         UINT16  year;          UINT16  year;
Line 14  typedef struct { Line 16  typedef struct {
         UINT16  milli;          UINT16  milli;
 } _SYSTIME;  } _SYSTIME;
   
   
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
 BOOL timemng_gettime(_SYSTIME *systime);  BOOL timemng_gettime(_SYSTIME *systime);
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_TIMEMNG_H__ */  #endif  /* NP2_X11_TIMEMNG_H__ */

Removed from v.1.2  
changed lines
  Added in v.1.4


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