..
wininc
* expanded VK_ codes. Patch by Nikolay N. Mantis #20801
2011-12-03 16:41:06 +00:00
crt.pp
* win crt unit returns #13 for numeric enter as well, resolves #13203
2009-12-21 09:59:04 +00:00
dos.pp
* win/dos.pp: cleanup GetDiskFreeSpace related stuff, patch similar to sysutils.pp rev.16540.
2011-06-12 03:35:45 +00:00
dynlibs.inc
* dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies
2010-11-18 22:09:48 +00:00
fpcmemdll.pp
fpwinsockh.inc
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
printer.pp
sharemem.pp
sockets.pp
+ add missing SHUT_* constants for fpshutdown() (aliases from winsock2)
2008-10-20 16:57:32 +00:00
sysdir.inc
* ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted
2009-11-18 18:04:51 +00:00
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
* win32/system.pp, win64/system.pp: Moved duplicated declarations of WinAPI functions to sysos.inc (Florian's comment about include ordering is no longer true, wstrings.inc comes after sysos.inc these days).
2011-12-02 18:52:48 +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
- Removed Win32Wide2AnsiMove() again, it was removed already in r17202 but got restored during subsequent cpstrnew merging.
2011-12-08 21:28:12 +00:00
tthread.inc
* On thread creation error, use a resourcestring message and textual representation of system error code.
2011-03-22 15:26:28 +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
* 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
* Unit windirs does not need to depend on unit strings.
2011-06-12 02:56:40 +00:00
winevent.pp
winres.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
winsock2.pp
* Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924
2010-11-13 15:51:43 +00:00
winsock.pp
* PWSADAta was missing ^ to make it a pointer.
2009-10-23 19:01:35 +00:00