Headers diff for aclui.dll between 6.3.9600.17415-Windows 8.1 and 10.0.10586.0-Windows 10 1511 10586.494 versions



 aclui.h (6.3.9600.17415-Windows 8.1)   aclui.h (10.0.10586.0-Windows 10 1511 10586.494) 
skipping to change at line 12 skipping to change at line 12
Microsoft Windows Microsoft Windows
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation. All rights reserved.
File: aclui.h File: aclui.h
Contents: Definitions and prototypes for the ACLUI.DLL Contents: Definitions and prototypes for the ACLUI.DLL
---------------------------------------------------------------------------*/ ---------------------------------------------------------------------------*/
#if (_MSC_VER >= 800)
#if (_MSC_VER >= 1200)
#pragma warning(push)
#pragma warning(disable:4820) /* padding added after data member */
#endif
#pragma warning(disable:4001) /* nonstandard extension : single line comment */
#endif
#ifndef _ACLUI_H_ #ifndef _ACLUI_H_
#define _ACLUI_H_ #define _ACLUI_H_
#if _MSC_VER > 1000 #if _MSC_VER > 1000
#pragma once #pragma once
#endif #endif
#include <winapifamily.h> #include <winapifamily.h>
#pragma region Desktop Family #pragma region Desktop Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#include <objbase.h> #include <objbase.h>
#include <commctrl.h> /* for HPROPSHEETPAGE */ #include <commctrl.h> /* for HPROPSHEETPAGE */
#include <accctrl.h> /* for SE_OBJECT_TYPE */ #include <accctrl.h> /* for SE_OBJECT_TYPE */
#include <authz.h> #include <authz.h>
#if (_MSC_VER >= 800)
#if (_MSC_VER >= 1200)
#pragma warning(push)
#endif
#pragma warning(disable:4001) /* nonstandard extension : single line comment */
#endif
#if !defined(_ACLUI_) #if !defined(_ACLUI_)
#define ACLUIAPI DECLSPEC_IMPORT WINAPI #define ACLUIAPI DECLSPEC_IMPORT WINAPI
#else #else
#define ACLUIAPI WINAPI #define ACLUIAPI WINAPI
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif /* __cplusplus */ #endif /* __cplusplus */
skipping to change at line 429 skipping to change at line 430
#if (NTDDI_VERSION >= NTDDI_VISTA) #if (NTDDI_VERSION >= NTDDI_VISTA)
HRESULT ACLUIAPI EditSecurityAdvanced(_In_ HWND hwndOwner, HRESULT ACLUIAPI EditSecurityAdvanced(_In_ HWND hwndOwner,
_In_ LPSECURITYINFO psi, _In_ LPSECURITYINFO psi,
_In_ SI_PAGE_TYPE uSIPage ); _In_ SI_PAGE_TYPE uSIPage );
#endif // (NTDDI_VERSION >= NTDDI_VISTA) #endif // (NTDDI_VERSION >= NTDDI_VISTA)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion
#endif /* _ACLUI_H_ */
#if (_MSC_VER >= 800) #if (_MSC_VER >= 800)
#if (_MSC_VER >= 1200) #if (_MSC_VER >= 1200)
#pragma warning(pop) #pragma warning(pop)
#else #else
#pragma warning(default:4001) #pragma warning(default:4001)
#endif #endif
#endif #endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion
#endif /* _ACLUI_H_ */
 End of changes. 4 change blocks. 
7 lines changed or deleted 13 lines changed or added

This html diff was produced by rfcdiff 1.41.