--- xmil/win9x/fontmng.h 2004/08/01 05:31:31 1.1 +++ xmil/win9x/fontmng.h 2004/08/03 12:50:54 1.2 @@ -21,7 +21,7 @@ typedef struct { extern "C" { #endif -void *fontmng_create(int size, UINT type, const TCHAR *fontface); +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);