fpc/rtl/win
2013-11-29 14:23:46 +00:00
..
wininc + added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to 2013-10-14 11:59:24 +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 * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
keyboard.pp * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
messages.pp
mouse.pp * Fixed warnings. 2007-12-22 12:27:03 +00:00
printer.pp
sharemem.pp * Change to ptruint. 2007-07-05 07:35:12 +00:00
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 * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
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 + Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete). 2013-01-10 19:13:02 +00:00
systhrd.inc + Win64 SEH: install a top-level exception handler around thread functions. This was a missing puzzle piece of SEH support. Now behavior of unhandled exceptions in non-main threads is consistent with that of main thread, and, in general, behavior of SEH-enabled RTL is consistent with one without SEH. 2013-01-21 17:16:15 +00:00
systlsdir.inc * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince. 2012-02-16 17:13:32 +00:00
sysutils.pp * explicitly call several windows *A() versions of APIs so the intended 2013-08-19 22:47:12 +00:00
syswin.inc * In preparation to support SEH on Win32, moved definitions that apply to Win32 from seh64.inc into syswin.inc. 2013-11-29 14:23:46 +00:00
tthread.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
varutils.pp * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 2010-12-09 01:27:09 +00:00
video.pp * fix memory leak of video unit as proposed by Michael Karst, resolves #22876 2012-11-04 18:42:47 +00:00
windirs.pp * updated GetWindowsSpecialDir():string so it uses the -A or -W api call 2013-08-19 22:47:19 +00:00
winevent.pp * avoid deadlock when shutting down the event handler thread 2007-11-11 22:27:29 +00:00
winres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
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 * correct INVALID_SOCKET to NOT 0, mantis #20946 2011-12-22 12:20:00 +00:00