Diff for /xmil/win9x/fontmng.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:31 version 1.2, 2004/08/03 12:50:54
Line 21  typedef struct { Line 21  typedef struct {
 extern "C" {  extern "C" {
 #endif  #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);  void fontmng_destroy(void *hdl);
   
 BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt);  BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>