.. |
wininc
|
bffe9480f4
+ added the winapi functions, structures and constants for raw keyboard and mouse input
|
9 years ago |
dos.pp
|
7efce7f121
Rewrite CommandLine creation in Dos.Exec function to avoid problems when ComLine is 255 characters long
|
9 years ago |
dynlibs.inc
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 years ago |
fpcmemdll.pp
|
3e054f46c3
+ sharemem unit
|
19 years ago |
messages.pp
|
4866975145
+ more units for win64
|
19 years ago |
sharemem.pp
|
47fe287169
* Change to ptruint.
|
18 years ago |
sysdir.inc
|
c83f4c5ddc
* Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes().
|
11 years ago |
sysdl.inc
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 years ago |
sysdlh.inc
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 years ago |
sysfile.inc
|
7bbb30ccd4
* Reset filerec mode field to fmClosed if the system call to open the file failed
|
10 years ago |
sysheap.inc
|
83deae45b8
* First part of 64-bit Windows fixes from Mantis #23074.
|
11 years ago |
sysos.inc
|
dff7cb3c3c
* added missing error constant
|
10 years ago |
sysosh.inc
|
788393c298
Change WideString initialization to work correctly with indirect main information as well
|
9 years ago |
systhrd.inc
|
535621faaa
Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name
|
9 years ago |
systlsdir.inc
|
3f45860cf9
Use constref instead of const when passing TEntryInformation along
|
9 years ago |
sysutils.pp
|
e3aaeae2e7
* Fix bug ID #29913
|
9 years ago |
syswin.inc
|
3f45860cf9
Use constref instead of const when passing TEntryInformation along
|
9 years ago |
tthread.inc
|
65c880a7f6
* Use STACK_SIZE_PARAM_IS_A_RESERVATION for stack sizes, should fix bug ID #17755
|
9 years ago |
windirs.pp
|
ad34300873
* Patch from Denis Kozlov to fix buffer errors (bug ID 29942)
|
9 years ago |
winres.inc
|
af53fcb48c
Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32
|
9 years ago |