fpc/rtl/wince
svenbarth f64ba97285 Fix compilation of WinCE (for both ARM and i386!) after RTL changes
* rtl/wince/Makefile.fpc: comment socket related units (which were moved)
* rtl/wince/Makefile: regenerate
* packages/rtl-extra/fpmake.pp:
    We need the sockets unit inside the win directory for WinCE as well. Best solution might be to merge the WinSock and WinSock2 units of Win32/64 and WinCE to get rid of the wince directory of rtl-extra
* packages/winceunits/fpmake.pp:
    Add rtl-extra as dependency as we need the socket related units for Bluetooth

git-svn-id: trunk@26530 -
2014-01-20 09:31:17 +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 Fix compilation of WinCE (for both ARM and i386!) after RTL changes 2014-01-20 09:31: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 + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +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