* include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):

Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
	void* instead.

	* include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
	PINHERITED_FROM[AW]): Add structures.

	* lib/user32.def (GetInheritanceSource[AW]): Add functions.
This commit is contained in:
Dimitri Papadopoulos
2003-09-26 08:07:39 +00:00
parent 32c9d3a91c
commit 72b0db800a
5 changed files with 40 additions and 9 deletions

View File

@ -2834,7 +2834,7 @@ typedef struct {
UINT uCount;
DWORD dwTimeout;
} FLASHWINFO, *PFLASHWINFO;
#endif /* (WINVER >= 0x0500) */
#endif /* (WINVER >= 0x0500 || _WIN32_WINDOWS >= 0x0410) */
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0490)
typedef struct tagMOUSEMOVEPOINT {
int x;