mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[PSDK] Add GetMenuPosFromID() declaration in shlwapi.h
This function is exported from shlwapi.dll since version 4.71. It has been publicly documented in MS PSDK and MSDN since at least Windows XP/2003 and claimed to be declared in shlwapi.h; however, this is inaccurate: it has been declared only starting Vista PSDK.
This commit is contained in:
parent
144a8b5b84
commit
2af6fd4def
1 changed files with 2 additions and 0 deletions
|
@ -1907,6 +1907,8 @@ SHFreeShared(
|
|||
|
||||
#endif /* NO_SHLWAPI_SHARED */
|
||||
|
||||
INT WINAPI GetMenuPosFromID(_In_ HMENU hMenu, _In_ UINT uID);
|
||||
|
||||
/* SHAutoComplete flags */
|
||||
#define SHACF_DEFAULT 0x00000000
|
||||
#define SHACF_FILESYSTEM 0x00000001
|
||||
|
|
Loading…
Reference in a new issue