--- np2/win9x/toolwin.h 2003/10/28 18:21:05 1.1 +++ np2/win9x/toolwin.h 2003/10/29 21:35:58 1.3 @@ -6,6 +6,8 @@ enum { typedef struct { int insert; + UINT cnt; + UINT pos[FDDLIST_MAX]; char name[FDDLIST_MAX][MAX_PATH]; } TOOLFDD; @@ -13,6 +15,7 @@ typedef struct { int posx; int posy; TOOLFDD fdd[FDDLIST_DRV]; + char skin[MAX_PATH]; } NP2TOOL; extern NP2TOOL np2tool; @@ -25,6 +28,16 @@ void toolwin_movingstart(void); void toolwin_movingend(void); void toolwin_setfdd(BYTE drv, const char *name); +#ifdef __cplusplus +extern "C" { +#endif +void toolwin_fddaccess(BYTE drv); +void toolwin_hddaccess(BYTE drv); +#ifdef __cplusplus +} +#endif +void toolwin_draw(BYTE frame); + void toolwin_readini(void); void toolwin_writeini(void);