Diff for /np2/win9x/toolwin.h between versions 1.2 and 1.3

version 1.2, 2003/10/28 22:05:46 version 1.3, 2003/10/29 21:35:58
Line 6  enum { Line 6  enum {
   
 typedef struct {  typedef struct {
         int             insert;          int             insert;
           UINT    cnt;
           UINT    pos[FDDLIST_MAX];
         char    name[FDDLIST_MAX][MAX_PATH];          char    name[FDDLIST_MAX][MAX_PATH];
 } TOOLFDD;  } TOOLFDD;
   
Line 13  typedef struct { Line 15  typedef struct {
         int             posx;          int             posx;
         int             posy;          int             posy;
         TOOLFDD fdd[FDDLIST_DRV];          TOOLFDD fdd[FDDLIST_DRV];
           char    skin[MAX_PATH];
 } NP2TOOL;  } NP2TOOL;
   
 extern  NP2TOOL         np2tool;  extern  NP2TOOL         np2tool;

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


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