fpc/rtl/wince
sergei 3a55c4301e * Since StackTop=StackBottom+StackLength, any two variables are sufficient to describe stack, the third one is redundant.
* As a first part of cleanup, replaced StackTop with function returning StackBottom+StackLength.
* On Win32 and Win64, StackTop returns the stack base from TIB instead.

git-svn-id: trunk@27119 -
2014-03-12 19:48:03 +00:00
..
wininc rtl: move WM_APP to messages.inc instead of defines.inc. In other case it is not visible if only Message.pas is included into uses. 2012-05-18 08:59:23 +00:00
classes.pp 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
dos.pp + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
dynlibs.inc * fixed WinCE breakage caused when moving to target dependent type for ordinal argument in GetProcAddress 2014-01-19 22:42:52 +00:00
Makefile * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
Makefile.fpc Fix compilation of WinCE (for both ARM and i386!) after RTL changes 2014-01-20 09:31:17 +00:00
messages.pp * svn props 2007-09-14 07:19:48 +00:00
readme.txt * wince readme.txt is outdated. Leave link to wiki page only. 2008-07-20 21:45:00 +00:00
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
system.pp * Since StackTop=StackBottom+StackLength, any two variables are sufficient to describe stack, the third one is redundant. 2014-03-12 19:48:03 +00:00
sysutils.pp * changed declarations in finah.inc and diskh.inc from ansistring to 2013-08-19 22:04:40 +00:00
windows.pp 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
winres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00

All information related to WinCE port is available here: 
http://wiki.freepascal.org/WinCE_port