Diff for /xmil/common/strres.c between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:29 version 1.2, 2004/08/16 09:19:39
Line 16  const OEMCHAR str_bmp[] = OEMTEXT("bmp") Line 16  const OEMCHAR str_bmp[] = OEMTEXT("bmp")
 const OEMCHAR str_e2d[] = OEMTEXT("2d");  const OEMCHAR str_e2d[] = OEMTEXT("2d");
 const OEMCHAR str_d88[] = OEMTEXT("d88");  const OEMCHAR str_d88[] = OEMTEXT("d88");
 const OEMCHAR str_88d[] = OEMTEXT("88d");  const OEMCHAR str_88d[] = OEMTEXT("88d");
   const OEMCHAR str_dx1[] = OEMTEXT("dx1");
   
 const OEMCHAR str_d[] = OEMTEXT("%d");  const OEMCHAR str_d[] = OEMTEXT("%d");
 const OEMCHAR str_u[] = OEMTEXT("%u");  const OEMCHAR str_u[] = OEMTEXT("%u");

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


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