svenbarth
|
9ddf90b059
+ fix for Mantis #35203: add TLS_OUT_OF_INDEXES constant to Windows unit
|
6 years ago |
marco
|
12e98d891a
* GetComputerNameEx/A/W Mantis #35115
|
6 years ago |
marco
|
a5ce9a9ab6
* fix for #35111 EnumTimeFormatsEx. Prepared by 440bx
|
6 years ago |
marco
|
eb5aa0f8cf
* add missing file_attribute constants, mantis #35120
|
6 years ago |
marco
|
46aa5f2712
* _S_ and _E_ first and last were already there, just in an unexpected winerror. Found after testing ->revert all but the last line.
|
6 years ago |
marco
|
ec87ab2870
* some _E_ and _S_ constants from winerror.h used in activex patch.
|
6 years ago |
marco
|
3a6d0d9d41
* flashwindowex, mantis #35048, patch by 440bx
|
6 years ago |
marco
|
6ec527df23
* add IDANI_CAPTION, mantis #35042
|
6 years ago |
marco
|
76bb5d1a22
* add loadlibraryex flags, mantis #35041
|
6 years ago |
marco
|
f8050815ea
* pre shutdown constants + in general those series of constants refreshed
|
6 years ago |
marco
|
0b9ee238b5
* windows unit enhancements from mantis #34184
|
7 years ago |
svenbarth
|
b9721003f0
+ add missing defines
|
7 years ago |
marco
|
f9364648c1
* some update to filechange attributes by Pascal Riekenberg, mantis #32833
|
7 years ago |
michael
|
b1f2b6aeb9
* Add some missing pointer declarations and HWND_MESSAGE (bug ID 30450)
|
8 years ago |
michael
|
2f9627f9f5
* Add missing functions from wincon.h (bug id 29963)
|
8 years ago |
nickysn
|
b4d7959c7a
+ added the MAPVK_* winapi constants (used with MapVirtualKey/MapVirtualKeyEx)
|
8 years ago |
Jonas Maebe
|
e5a1231931
* updated FSF address (mantis #30198, patch by Paul Gevers)
|
8 years ago |
nickysn
|
bffe9480f4
+ added the winapi functions, structures and constants for raw keyboard and mouse input
|
9 years ago |
michael
|
12d7061212
* Define STACK_SIZE_PARAM_IS_A_RESERVATION
|
9 years ago |
marco
|
3ca2c1553d
* copyfileexw (mantis #29729)
|
9 years ago |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 years ago |
marco
|
c402bffc69
* part of mantis 028134, cleanup of NORM_ constants
|
10 years ago |
marco
|
698a068da7
* Missing symbols from mantis #27657 except macro IMAGE_FIRST_SECTION
|
10 years ago |
marco
|
bcfe5eb146
* large image aware PE flag value. Fixes Delphi programs that set peflags with constant.
|
11 years ago |
nickysn
|
6cf2382760
+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
|
11 years ago |
marco
|
609f6255d4
* added layout constants.
|
12 years ago |
sergei
|
94d1e0c81c
+ Added KEY_WOW64_64KEY and KEY_WOW64_32KEY to Windows unit and fcl-registry/src/regdef.inc
|
12 years ago |
marco
|
2a09070108
* add INVALID_FILE_SIZE mentioned on Lazarus list.
|
12 years ago |
marco
|
54c7620793
* moved some constants from PTC after checking them with SDK
|
12 years ago |
yury
|
2012220aec
* 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.
|
12 years ago |