.. |
wininc
|
* Findfirstex and findfirsttransacted as per #14924
|
2009-11-06 11:46:25 +00:00 |
crt.pp
|
* changed the parameters of gotoxy() and the return values of wherex/wherey
|
2009-05-24 11:48:49 +00:00 |
dos.pp
|
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
|
2008-04-12 13:34:26 +00:00 |
dynlibs.inc
|
* win64 compatibility fix from Vincent. TLibHandle is now equal to system.thandle
|
2009-05-21 11:26:54 +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
|
* Fixed warnings.
|
2007-12-22 12:27:03 +00:00 |
printer.pp
|
|
|
sharemem.pp
|
* Change to ptruint.
|
2007-07-05 07:35:12 +00:00 |
sockets.pp
|
+ add missing SHUT_* constants for fpshutdown() (aliases from winsock2)
|
2008-10-20 16:57:32 +00:00 |
sysdir.inc
|
* AllowDirectorySeparators and AllowDriveSeparators typed constants
|
2008-01-29 23:04:56 +00:00 |
sysfile.inc
|
* patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630
|
2009-10-10 18:52:50 +00:00 |
sysheap.inc
|
* Convert heap to ptruint.
|
2007-07-04 19:46:47 +00:00 |
sysos.inc
|
* patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630
|
2009-10-10 18:52:50 +00:00 |
sysosh.inc
|
+ few package related declarations added
|
2007-06-28 17:50:11 +00:00 |
systhrd.inc
|
* Added comment in SysRelocateThreadVar, not working in Windows Vista
|
2009-09-21 09:34:53 +00:00 |
sysutils.pp
|
* patch by Sergei Gorelkin to use always SetFilePointer, also for files with >2GB, this saves some lines of code, resolves #14630
|
2009-10-10 18:52:50 +00:00 |
syswin.inc
|
* allow only one thread at a time to attach on a dll so the tls slot is allocated properly, resolves #12987
|
2009-09-05 13:41:09 +00:00 |
tthread.inc
|
* proper error handling in case of thread creation failure on windows, resolves #13768, no test case due because such a test is too sensitive regarding race conditions etc. and might cause false failures
|
2009-06-01 14:17:01 +00:00 |
varutils.pp
|
|
|
video.pp
|
* put linebuffer on the stack instead on the heap on windows makes SysUpdateScreen slightly faster
|
2009-08-16 10:25:35 +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
|
* two semi colon's added and compilation checked
|
2007-08-30 20:09:35 +00:00 |
winsock.pp
|
* PWSADAta was missing ^ to make it a pointer.
|
2009-10-23 19:01:35 +00:00 |