--- np2/win9x/toolwin.h 2005/02/07 14:46:14 1.7 +++ np2/win9x/toolwin.h 2007/11/11 07:11:27 1.9 @@ -9,7 +9,7 @@ typedef struct { int insert; UINT cnt; UINT pos[FDDLIST_MAX]; - char name[FDDLIST_MAX][MAX_PATH]; + OEMCHAR name[FDDLIST_MAX][MAX_PATH]; } TOOLFDD; typedef struct { @@ -17,19 +17,19 @@ typedef struct { int posy; BOOL type; TOOLFDD fdd[FDDLIST_DRV]; - char skin[MAX_PATH]; - char skinmru[SKINMRU_MAX][MAX_PATH]; + OEMCHAR skin[MAX_PATH]; + OEMCHAR skinmru[SKINMRU_MAX][MAX_PATH]; } NP2TOOL; extern NP2TOOL np2tool; BOOL toolwin_initapp(HINSTANCE hInstance); -void toolwin_create(void); +void toolwin_create(HINSTANCE hInstance); void toolwin_destroy(void); HWND toolwin_gethwnd(void); -void toolwin_setfdd(UINT8 drv, const char *name); +void toolwin_setfdd(UINT8 drv, const OEMCHAR *name); #ifdef __cplusplus extern "C" {