Explorar el Código

Removes non-working constant from wince rtl, see bug #15062

git-svn-id: trunk@15828 -
sekelsenmat hace 15 años
padre
commit
2c71cbfe3a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      rtl/wince/wininc/defines.inc

+ 2 - 1
rtl/wince/wininc/defines.inc

@@ -1633,7 +1633,8 @@
      ANSI_FIXED_FONT = 11;
      ANSI_VAR_FONT = 12;
      DEVICE_DEFAULT_FONT = 14;
-     DEFAULT_GUI_FONT = 17;
+//     DEFAULT_GUI_FONT = 17;  Returns zero in the emulator and
+                            // isn't listed in MSDN, see bug 15062
      OEM_FIXED_FONT = 10;
      SYSTEM_FONT = 13;
      SYSTEM_FIXED_FONT = 16;