.. |
wininc
|
* Fixed HKEY_xxx defines for win64. For example HKEY_CLASSES_ROOT should be $FFFFFFFF80000000 on win64 instead of $80000000. Most registry API functions accept invalid HKEY_xxx values. But some registry functions like RegOverridePredefKey() require proper values. I had spent several hours fighting with RegOverridePredefKey() on win64 until I have found what had been wrong.
|
2012-12-22 16:15:32 +00:00 |
crt.pp
|
* 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
|
2012-06-30 13:23:26 +00:00 |
dos.pp
|
* Explicitly disable checkpointer for functions using GetEnvironmentStrings
|
2012-01-26 13:50:36 +00:00 |
dynlibs.inc
|
* Fixed compilation (mantis #22413)
|
2012-07-12 08:37:40 +00:00 |
fpcmemdll.pp
|
+ sharemem unit
|
2006-08-11 22:05:37 +00:00 |
fpwinsockh.inc
|
* fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows)
|
2007-05-13 19:13:43 +00:00 |
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
|
+ more units for win64
|
2006-04-17 21:39:54 +00:00 |
mouse.pp
|
* Fixed warnings.
|
2007-12-22 12:27:03 +00:00 |
printer.pp
|
+ more units for win64
|
2006-04-17 21:39:54 +00:00 |
sharemem.pp
|
* Change to ptruint.
|
2007-07-05 07:35:12 +00:00 |
sockets.pp
|
* add comment to size_t definition. Documents issue #22834 a bit.
|
2012-10-12 08:07:17 +00:00 |
sysdir.inc
|
* 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.
|
2013-01-10 09:23:25 +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
|
* Convert heap to ptruint.
|
2007-07-04 19:46:47 +00:00 |
sysos.inc
|
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
2012-02-16 17:13:32 +00:00 |
sysosh.inc
|
+ Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete).
|
2013-01-10 19:13:02 +00:00 |
systhrd.inc
|
+ Add _FPC_TlsSize public symbol for use by heaptrc unit
|
2012-01-26 13:51:34 +00:00 |
systlsdir.inc
|
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
2012-02-16 17:13:32 +00:00 |
sysutils.pp
|
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.
|
2012-12-23 16:12:57 +00:00 |
syswin.inc
|
Win32 and Win64, fixed DLL exit sequence, resolves #14603:
|
2012-02-16 23:39:03 +00:00 |
tthread.inc
|
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
2012-12-27 16:16:17 +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
|
* fix memory leak of video unit as proposed by Michael Karst, resolves #22876
|
2012-11-04 18:42:47 +00:00 |
windirs.pp
|
* Unit windirs does not need to depend on unit strings.
|
2011-06-12 02:56:40 +00:00 |
winevent.pp
|
* avoid deadlock when shutting down the event handler thread
|
2007-11-11 22:27:29 +00:00 |
winres.inc
|
Merged revisions 9693-10480 via svnmerge from
|
2008-03-12 21:33:48 +00:00 |
winsock2.pp
|
* fix some of the overloads for -A and -W routines.
|
2012-09-20 16:56:28 +00:00 |
winsock.pp
|
* correct INVALID_SOCKET to NOT 0, mantis #20946
|
2011-12-22 12:20:00 +00:00 |