fpc/rtl/win
marco c7206dde97 * changed type of unused parameter in TWMSetFocus from WParam to LParam as
suggest by ChrisF, Mantis #25171

git-svn-id: trunk@25723 -
2013-10-08 16:02:25 +00:00
..
wininc * changed type of unused parameter in TWMSetFocus from WParam to LParam as 2013-10-08 16:02:25 +00:00
crt.pp * CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions 2013-09-17 11:17:29 +00:00
dos.pp + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
dynlibs.inc + defaultfilesystemcodepage support for dynlibs 2013-07-22 21:45:34 +00:00
fpcmemdll.pp
fpwinsockh.inc
keyboard.pp
messages.pp
mouse.pp
printer.pp
sharemem.pp
sockets.pp * add boolean that can be changed to avoid shutting down winsock. This can trouble other DLLs. Mantis #22597 2013-05-05 08:42:08 +00:00
sysdir.inc * fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case 2013-09-23 20:41:54 +00:00
sysfile.inc + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
sysheap.inc
sysos.inc * fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case 2013-09-23 20:41:54 +00:00
sysosh.inc
systhrd.inc
systlsdir.inc
sysutils.pp * explicitly call several windows *A() versions of APIs so the intended 2013-08-19 22:47:12 +00:00
syswin.inc
tthread.inc
varutils.pp
video.pp
windirs.pp * updated GetWindowsSpecialDir():string so it uses the -A or -W api call 2013-08-19 22:47:19 +00:00
winevent.pp
winres.inc
winsock2.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
winsock.pp