fpc/rtl/win
2011-12-22 12:20:00 +00:00
..
wininc * expanded VK_ codes. Patch by Nikolay N. Mantis #20801 2011-12-03 16:41:06 +00:00
crt.pp
dos.pp
dynlibs.inc
fpcmemdll.pp
fpwinsockh.inc
keyboard.pp
messages.pp
mouse.pp
printer.pp
sharemem.pp
sockets.pp
sysdir.inc
sysfile.inc * patch by Ludo Brands to fix #20481: GetFileType cannot be used on windows to determine if a handle is a console handle because the function does not distinguish between consoles and printers, resolves #20481 2011-10-23 14:20:00 +00:00
sysheap.inc
sysos.inc * Split combined declarations of GetModuleHandle and GetModuleFileName into separate WinCE and non-WinCE versions. Using Pointer as 'common denominator' in combined declarations was making it impossible to use e.g. GetModuleHandle('literal') in System unit. 2011-12-22 02:17:02 +00:00
sysosh.inc
systhrd.inc + Move EXEC_callback into separate file win/systlsdir.inc 2011-12-08 16:11:07 +00:00
systlsdir.inc * Call InitHeap before InitSystemThreads in TLS callback (necessary because InitSystemThreads calls RelocateHeap), and skip both of them in initialization section of system.pp if they have been called from TLS callback. This restores correct initialization sequence which was broken by r19779, resulting in lots of debug messages about corrupted heap when running tests/test/theapthread.pp 2011-12-13 07:40:02 +00:00
sysutils.pp + SysUtils part of SEH (enabled only for win64) 2011-12-14 10:47:26 +00:00
syswin.inc * Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets. 2011-12-18 00:45:52 +00:00
tthread.inc
varutils.pp
video.pp
windirs.pp
winevent.pp
winres.inc
winsock2.pp
winsock.pp * correct INVALID_SOCKET to NOT 0, mantis #20946 2011-12-22 12:20:00 +00:00