.. |
wininc
|
* deprecated winexec, a win16 overleft which MS deprecated 17 years ago.
|
2012-05-14 09:43:53 +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
|
* Explicitly disable checkpointer for functions using GetEnvironmentStrings
|
2012-01-26 13:50:36 +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
|
* 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
|
|
|
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
|
+ FileNameCasePreserving added - see #18066 in Mantis
|
2012-04-15 21:21:53 +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
|
merge r13485 from cpstrnew branch by florian:
|
2011-09-17 11:01:42 +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
|
* Explicitly disable checkpointer for functions using GetEnvironmentStrings
|
2012-01-26 13:50:36 +00:00 |
syswin.inc
|
Win32 and Win64, fixed DLL exit sequence, resolves #14603:
|
2012-02-16 23:39:03 +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
|
* 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
|
* Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924
|
2010-11-13 15:51:43 +00:00 |
winsock.pp
|
* correct INVALID_SOCKET to NOT 0, mantis #20946
|
2011-12-22 12:20:00 +00:00 |