mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
--- Merging r41253 into '.':
U rtl/win/wininc/defines.inc --- Recording mergeinfo for merge of r41253 into '.': U . --- Merging r41254 into '.': G rtl/win/wininc/defines.inc --- Recording mergeinfo for merge of r41254 into '.': G . # revisions: 41253,41254 git-svn-id: branches/fixes_3_2@41261 -
This commit is contained in:
parent
7d336b1638
commit
e22ca656c5
@ -1004,6 +1004,7 @@
|
|||||||
{ DrawAnimatedRects }
|
{ DrawAnimatedRects }
|
||||||
IDANI_OPEN = 1;
|
IDANI_OPEN = 1;
|
||||||
IDANI_CLOSE = 2;
|
IDANI_CLOSE = 2;
|
||||||
|
IDANI_CAPTION = 3;
|
||||||
{ DrawCaption }
|
{ DrawCaption }
|
||||||
DC_ACTIVE = 1;
|
DC_ACTIVE = 1;
|
||||||
DC_SMALLCAP = 2;
|
DC_SMALLCAP = 2;
|
||||||
@ -2233,9 +2234,20 @@
|
|||||||
OBM_ZOOM = 32748;
|
OBM_ZOOM = 32748;
|
||||||
OBM_ZOOMD = 32745;
|
OBM_ZOOMD = 32745;
|
||||||
{ LoadLibraryEx }
|
{ LoadLibraryEx }
|
||||||
DONT_RESOLVE_DLL_REFERENCES = 1;
|
DONT_RESOLVE_DLL_REFERENCES = $0001;
|
||||||
LOAD_LIBRARY_AS_DATAFILE = 2;
|
LOAD_LIBRARY_AS_DATAFILE = $0002;
|
||||||
LOAD_WITH_ALTERED_SEARCH_PATH = 8;
|
// reserved for internal LOAD_PACKAGED_LIBRARY: $0004
|
||||||
|
LOAD_WITH_ALTERED_SEARCH_PATH = $0008;
|
||||||
|
LOAD_IGNORE_CODE_AUTHZ_LEVEL = $0010;
|
||||||
|
LOAD_LIBRARY_AS_IMAGE_RESOURCE = $0020;
|
||||||
|
LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE = $0040;
|
||||||
|
LOAD_LIBRARY_REQUIRE_SIGNED_TARGET = $0080;
|
||||||
|
LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR = $0100;
|
||||||
|
LOAD_LIBRARY_SEARCH_APPLICATION_DIR = $0200;
|
||||||
|
LOAD_LIBRARY_SEARCH_USER_DIRS = $0400;
|
||||||
|
LOAD_LIBRARY_SEARCH_SYSTEM32 = $0800;
|
||||||
|
LOAD_LIBRARY_SEARCH_DEFAULT_DIRS = $1000;
|
||||||
|
|
||||||
{ LocalAlloc, LocalFlags }
|
{ LocalAlloc, LocalFlags }
|
||||||
LPTR = 64;
|
LPTR = 64;
|
||||||
LHND = 66;
|
LHND = 66;
|
||||||
|
Loading…
Reference in New Issue
Block a user