fpc/rtl/objpas/classes
svenbarth 930b76e8fb Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
Also adjusted all Windows (Win32/64/CE) units to define a "UNICODE" if "FPC_OS_UNICODE" is defined (except the Jedi units).
Also the common RTL units that checked for UNICODE now check for FPC_OS_UNICODE.

git-svn-id: trunk@24420 -
2013-05-04 11:06:32 +00:00
..
action.inc
bits.inc
classes.inc The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet. 2013-04-23 20:13:07 +00:00
classesh.inc Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
collect.inc
compon.inc
constsg.inc
constss.inc
cregist.inc
dm.inc
filer.inc
intf.inc
lists.inc * Applied and expanded patch from Luiz Americo to implement faster notifyobservers (bug ID 23419) 2012-12-02 11:14:49 +00:00
parser.inc
persist.inc * Applied and expanded patch from Luiz Americo to implement faster notifyobservers (bug ID 23419) 2012-12-02 11:14:49 +00:00
reader.inc
resref.inc
sllist.inc
streams.inc Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
stringl.inc * Fixed 23805 2013-03-17 17:00:39 +00:00
twriter.inc
util.inc
writer.inc