mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:49:22 +02:00
Removes non-working constant from wince rtl, see bug #15062
git-svn-id: trunk@15828 -
This commit is contained in:
parent
fdbcb24aef
commit
2c71cbfe3a
@ -1633,7 +1633,8 @@
|
|||||||
ANSI_FIXED_FONT = 11;
|
ANSI_FIXED_FONT = 11;
|
||||||
ANSI_VAR_FONT = 12;
|
ANSI_VAR_FONT = 12;
|
||||||
DEVICE_DEFAULT_FONT = 14;
|
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;
|
OEM_FIXED_FONT = 10;
|
||||||
SYSTEM_FONT = 13;
|
SYSTEM_FONT = 13;
|
||||||
SYSTEM_FIXED_FONT = 16;
|
SYSTEM_FIXED_FONT = 16;
|
||||||
|
Loading…
Reference in New Issue
Block a user