sergei 266acd1bed * Windows TLS callbacks, call SysInitMultithreading early, it is necessary because if a statically loaded DLL creates a thread, apparently DLL_THREAD_ATTACH callback executes right away before the entry point. In turn, DLL_THREAD_ATTACH requires TLSIndex to be initialized. vor 14 Jahren
..
wininc 1f5333a80a * fixes from Mantis #20194, derived from patch and description by G. Fink. vor 14 Jahren
crt.pp 737514c434 * win crt unit returns #13 for numeric enter as well, resolves #13203 vor 16 Jahren
dos.pp 2099318c3d * win/dos.pp: cleanup GetDiskFreeSpace related stuff, patch similar to sysutils.pp rev.16540. vor 14 Jahren
dynlibs.inc cbdc08b641 * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies vor 15 Jahren
fpcmemdll.pp 3e054f46c3 + sharemem unit vor 19 Jahren
fpwinsockh.inc a52a63178b * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) vor 18 Jahren
keyboard.pp 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. vor 18 Jahren
messages.pp 4866975145 + more units for win64 vor 20 Jahren
mouse.pp d306e25dc8 * Fixed warnings. vor 18 Jahren
printer.pp 4866975145 + more units for win64 vor 20 Jahren
sharemem.pp 47fe287169 * Change to ptruint. vor 18 Jahren
sockets.pp 4972ec0ae5 + add missing SHUT_* constants for fpshutdown() (aliases from winsock2) vor 17 Jahren
sysdir.inc 17062d667c * ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted vor 16 Jahren
sysfile.inc 3c0256bd7b * 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 vor 14 Jahren
sysheap.inc 0c3a2a257d * Convert heap to ptruint. vor 18 Jahren
sysos.inc 6131a9188c rtl: fix wince compilation, reimplement WinCEWide2AnsiMove, WinCEAnsi2WideMove by copying win32 code vor 14 Jahren
sysosh.inc ae0d732c8f merge r13485 from cpstrnew branch by florian: vor 14 Jahren
systhrd.inc ef48f93d85 * win/systhrd.inc: modified ThreadMain so it initializes RTL if not already done, allowing TLS callbacks to be optional. vor 14 Jahren
sysutils.pp 9e0ad7baae merge r17318 from cpstrnew branch by florian: vor 14 Jahren
syswin.inc 266acd1bed * Windows TLS callbacks, call SysInitMultithreading early, it is necessary because if a statically loaded DLL creates a thread, apparently DLL_THREAD_ATTACH callback executes right away before the entry point. In turn, DLL_THREAD_ATTACH requires TLSIndex to be initialized. vor 14 Jahren
tthread.inc 2a303c88f5 * On thread creation error, use a resourcestring message and textual representation of system error code. vor 15 Jahren
varutils.pp 4e3cedb492 * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). vor 15 Jahren
video.pp 6f20627220 * 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. vor 14 Jahren
windirs.pp e3816d0db2 * Unit windirs does not need to depend on unit strings. vor 14 Jahren
winevent.pp 09c9793938 * avoid deadlock when shutting down the event handler thread vor 18 Jahren
winres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from vor 18 Jahren
winsock.pp a91e106cde * PWSADAta was missing ^ to make it a pointer. vor 16 Jahren
winsock2.pp 5cdc3c3a29 * Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924 vor 15 Jahren