Diff for /np2/wince/fontmng.cpp between versions 1.11 and 1.12

version 1.11, 2005/04/01 15:35:50 version 1.12, 2005/05/16 07:08:49
Line 437  FNTDAT fontmng_get(void *hdl, const OEMC Line 437  FNTDAT fontmng_get(void *hdl, const OEMC
         UINT    cnt;          UINT    cnt;
   
 #if defined(OSLANG_SJIS) || defined(OSLANG_UTF8)  #if defined(OSLANG_SJIS) || defined(OSLANG_UTF8)
         leng = (UINT8)string[0];          str = (UINT8)string[0];
         if (leng >= 2) {          if (leng >= 2) {
                 str |= ((UINT8)string[1]) << 8;                  str |= ((UINT8)string[1]) << 8;
         }          }

Removed from v.1.11  
changed lines
  Added in v.1.12


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