* 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:
@ -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;
|
||||
|
Reference in New Issue
Block a user