Diff for /np2/wince/np2.h between versions 1.6 and 1.7

version 1.6, 2004/07/15 13:48:39 version 1.7, 2005/02/11 21:17:23
Line 1 Line 1
   
 typedef struct {  typedef struct {
         BYTE    NOWAIT;          UINT8   NOWAIT;
         BYTE    DRAW_SKIP;          UINT8   DRAW_SKIP;
         BYTE    F12KEY;          UINT8   F12KEY;
         BYTE    resume;          UINT8   resume;
   
 #if !defined(GX_DLL)  #if !defined(GX_DLL)
         int             winx;          int             winx;
         int             winy;          int             winy;
 #endif  #endif
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
         BYTE    bindcur;          UINT8   bindcur;
         BYTE    bindbtn;          UINT8   bindbtn;
 #endif  #endif
   
         BYTE    jastsnd;          UINT8   jastsnd;
 } NP2OSCFG;  } NP2OSCFG;
   
   
Line 66  extern NP2OSCFG np2oscfg; Line 66  extern NP2OSCFG np2oscfg;
 extern  HWND            hWndMain;  extern  HWND            hWndMain;
 extern  HINSTANCE       hInst;  extern  HINSTANCE       hInst;
 extern  HINSTANCE       hPrev;  extern  HINSTANCE       hPrev;
 extern  char            modulefile[MAX_PATH];  extern  OEMCHAR         modulefile[MAX_PATH];
   

Removed from v.1.6  
changed lines
  Added in v.1.7


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