Diff for /xmil/win9x/xmil.h between versions 1.3 and 1.4

version 1.3, 2004/08/07 07:19:56 version 1.4, 2004/08/12 17:57:36
Line 1 Line 1
   
 #ifndef __cplusplus  
 // #error why called from C ?  
 #endif  
   
 typedef struct {  typedef struct {
         int             winx;          int             winx;
         int             winy;          int             winy;
Line 17  typedef struct { Line 13  typedef struct {
         UINT8   JOYSTICK;          UINT8   JOYSTICK;
         UINT8   Z80SAVE;          UINT8   Z80SAVE;
   
   #if defined(SUPPORT_RESUME)
           UINT8   resume;
   #endif
   #if defined(SUPPORT_STATSAVE)
           UINT8   statsave;
   #endif
   
         UINT8   clockx;          UINT8   clockx;
         UINT8   clockfnt;          UINT8   clockfnt;
         UINT32  clockcolor1;          UINT32  clockcolor1;
Line 42  enum { Line 45  enum {
         IDM_SCREENCENTER        = 20000,          IDM_SCREENCENTER        = 20000,
         IDM_SNAPENABLE          = 20001,          IDM_SNAPENABLE          = 20001,
         IDM_BACKGROUND          = 20002,          IDM_BACKGROUND          = 20002,
         IDM_BGSOUND                     = 20003          IDM_BGSOUND                     = 20003,
   
           IDM_FLAGSAVE            = 20100,
           IDM_FLAGLOAD            = 20150
 };  };
   

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


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