.. |
wininc
|
6cf2382760
+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
|
12 years ago |
crt.pp
|
96c7a9325a
* CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions
|
12 years ago |
dos.pp
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 years ago |
dynlibs.inc
|
3fdb3092af
+ defaultfilesystemcodepage support for dynlibs
|
12 years ago |
fpcmemdll.pp
|
3e054f46c3
+ sharemem unit
|
19 years ago |
fpwinsockh.inc
|
a52a63178b
* fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows)
|
18 years ago |
keyboard.pp
|
62e616cae0
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
|
17 years ago |
messages.pp
|
4866975145
+ more units for win64
|
19 years ago |
mouse.pp
|
d306e25dc8
* Fixed warnings.
|
17 years ago |
printer.pp
|
4866975145
+ more units for win64
|
19 years ago |
sharemem.pp
|
47fe287169
* Change to ptruint.
|
18 years ago |
sockets.pp
|
c9dce154fd
* add boolean that can be changed to avoid shutting down winsock. This can trouble other DLLs. Mantis #22597
|
12 years ago |
sysdir.inc
|
3e5601d89e
* fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case
|
12 years ago |
sysfile.inc
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 years ago |
sysheap.inc
|
0c3a2a257d
* Convert heap to ptruint.
|
18 years ago |
sysos.inc
|
3e5601d89e
* fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case
|
12 years ago |
sysosh.inc
|
bc4c1149c3
+ Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete).
|
12 years ago |
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.
|
12 years ago |
systlsdir.inc
|
167ee9867e
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
13 years ago |
sysutils.pp
|
5b09435055
* explicitly call several windows *A() versions of APIs so the intended
|
12 years ago |
syswin.inc
|
6a40ff730c
* In preparation to support SEH on Win32, moved definitions that apply to Win32 from seh64.inc into syswin.inc.
|
11 years ago |
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 years ago |
varutils.pp
|
4e3cedb492
* VariantInit is a procedure, not a function (according to both MSDN and Delphi docs).
|
14 years ago |
video.pp
|
b58273fdeb
* fix memory leak of video unit as proposed by Michael Karst, resolves #22876
|
13 years ago |
windirs.pp
|
40ff1c77ca
* updated GetWindowsSpecialDir():string so it uses the -A or -W api call
|
12 years ago |
winevent.pp
|
09c9793938
* avoid deadlock when shutting down the event handler thread
|
18 years ago |
winres.inc
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
17 years ago |
winsock.pp
|
397a6059f8
* correct INVALID_SOCKET to NOT 0, mantis #20946
|
13 years ago |
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 years ago |