--- np2/win9x/ini.h 2004/02/11 17:39:59 1.5 +++ np2/win9x/ini.h 2005/02/09 20:11:35 1.8 @@ -2,6 +2,7 @@ enum { INITYPE_STR = 0, INITYPE_BOOL, + INITYPE_BITMAP, INITYPE_ARGS16, INITYPE_ARGH8, INITYPE_SINT8, @@ -14,7 +15,6 @@ enum { INITYPE_HEX16, INITYPE_HEX32, INITYPE_BYTE3, - INITYPE_USERKEY, INITYPE_KB, INITYPE_USER, INITYPE_MASK = 0xff, @@ -36,13 +36,13 @@ typedef struct { extern "C" { #endif -void ini_read(const char *path, const char *title, +void ini_read(const OEMCHAR *path, const OEMCHAR *title, const INITBL *tbl, UINT count); -void ini_write(const char *path, const char *title, +void ini_write(const OEMCHAR *path, const OEMCHAR *title, const INITBL *tbl, UINT count); -void initgetfile(char *path, UINT size); +void initgetfile(OEMCHAR *path, UINT size); void initload(void); void initsave(void);