sergei 94d1e0c81c + Added KEY_WOW64_64KEY and KEY_WOW64_32KEY to Windows unit and fcl-registry/src/regdef.inc 12 лет назад
..
wininc 94d1e0c81c + Added KEY_WOW64_64KEY and KEY_WOW64_32KEY to Windows unit and fcl-registry/src/regdef.inc 12 лет назад
crt.pp 1a3d8f483e * crtwrite didn't handle buffer writes > 255 chars properly, and the textrec buffer is 256 currently (and has been since svn history start). Mantis #22334 13 лет назад
dos.pp 573102fa70 * Explicitly disable checkpointer for functions using GetEnvironmentStrings 14 лет назад
dynlibs.inc 1f25547903 * Fixed compilation (mantis #22413) 13 лет назад
fpcmemdll.pp 3e054f46c3 + sharemem unit 19 лет назад
fpwinsockh.inc a52a63178b * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 18 лет назад
keyboard.pp 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 18 лет назад
messages.pp 4866975145 + more units for win64 20 лет назад
mouse.pp d306e25dc8 * Fixed warnings. 18 лет назад
printer.pp 4866975145 + more units for win64 20 лет назад
sharemem.pp 47fe287169 * Change to ptruint. 18 лет назад
sockets.pp c9dce154fd * add boolean that can be changed to avoid shutting down winsock. This can trouble other DLLs. Mantis #22597 12 лет назад
sysdir.inc 3175f49e4f * Replaced local writable typed constant with variable. Makes function thread-safe (local typed constants are still allocated globally, writable ones ruin thread-safety) and able to compile in {$J-} state. 13 лет назад
sysfile.inc 9315eba917 * patch by Serg Bormant: fix fmShareCompat handling for win32/win64/nativent, resolves #23725 13 лет назад
sysheap.inc 0c3a2a257d * Convert heap to ptruint. 18 лет назад
sysos.inc e57174a14f * defined -W versions for several -A functions under ifdef FPC_UNICODE_RTL 12 лет назад
sysosh.inc bc4c1149c3 + Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete). 13 лет назад
systhrd.inc 6788fd6433 + 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. 13 лет назад
systlsdir.inc 167ee9867e * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince. 14 лет назад
sysutils.pp e914ec7f00 Add platform independant support for "GetTickCount" and "GetTickCount64" to unit "SysUtils". "GetTickCount" is declared as deprecated from the beginning and thus "GetTickCount64" should be used instead. 13 лет назад
syswin.inc cd44c5f45c Win32 and Win64, fixed DLL exit sequence, resolves #14603: 14 лет назад
tthread.inc bd7cc36ea6 The documentation says that a "BeginThread" needs to be followed by a "CloseThread". The implementation of TThread did not respect this yet. 12 лет назад
varutils.pp 4e3cedb492 * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 15 лет назад
video.pp b58273fdeb * fix memory leak of video unit as proposed by Michael Karst, resolves #22876 13 лет назад
windirs.pp e3816d0db2 * Unit windirs does not need to depend on unit strings. 14 лет назад
winevent.pp 09c9793938 * avoid deadlock when shutting down the event handler thread 18 лет назад
winres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from 18 лет назад
winsock.pp 397a6059f8 * correct INVALID_SOCKET to NOT 0, mantis #20946 14 лет назад
winsock2.pp 930b76e8fb 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. 12 лет назад