Diff for /np2/wince/np2.h between versions 1.3 and 1.5

version 1.3, 2003/12/05 19:42:03 version 1.5, 2004/01/05 07:22:02
Line 6  typedef struct { Line 6  typedef struct {
         BYTE    resume;          BYTE    resume;
   
 #if !defined(GX_DLL)  #if !defined(GX_DLL)
         int             posx;          int             winx;
         int             posy;          int             winy;
 #endif  #endif
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
         BYTE    bindcur;          BYTE    bindcur;
         BYTE    bindbtn;          BYTE    bindbtn;
 #endif  #endif
   
           BYTE    jastsnd;
 } NP2OSCFG;  } NP2OSCFG;
   
   

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


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