--- np2/font/font.h 2004/02/18 21:58:41 1.3 +++ np2/font/font.h 2005/02/09 20:11:34 1.5 @@ -9,12 +9,12 @@ extern "C" { #ifdef FONTMEMORYBIND #define fontrom (mem + FONT_ADRS) #else -extern BYTE __font[0x84000]; +extern UINT8 __font[0x84000]; #define fontrom (__font) #endif void font_initialize(void); -BYTE font_load(const char *filename, BOOL force); +UINT8 font_load(const OEMCHAR *filename, BOOL force); #ifdef __cplusplus }