--- xmil/win9x/fontmng.h 2004/08/03 12:50:54 1.2 +++ xmil/win9x/fontmng.h 2004/08/18 15:42:33 1.3 @@ -24,9 +24,9 @@ extern "C" { void *fontmng_create(int size, UINT type, const OEMCHAR *fontface); void fontmng_destroy(void *hdl); -BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt); -BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); -FNTDAT fontmng_get(void *hdl, const char *string); +BRESULT fontmng_getsize(void *hdl, const OEMCHAR *string, POINT_T *pt); +BRESULT fontmng_getdrawsize(void *hdl, const OEMCHAR *string, POINT_T *pt); +FNTDAT fontmng_get(void *hdl, const OEMCHAR *string); #ifdef __cplusplus }