fpc/rtl/win
2011-12-18 00:45:52 +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 * Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets. 2011-12-18 00:45:52 +00:00
sysosh.inc merge r13485 from cpstrnew branch by florian: 2011-09-17 11:01:42 +00:00
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 * Use rip-relative offsets in assembler, fixes linking text mode IDE with internal linker. The better way would be to get rid of this assembler altogether. 2011-09-19 15:18:28 +00:00
windirs.pp
winevent.pp
winres.inc
winsock2.pp
winsock.pp