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



 pdh.h (6.3.9600.17415-Windows 8.1)   pdh.h (10.0.10586.0-Windows 10 1511 10586.494) 
skipping to change at line 22 skipping to change at line 22
--*/ --*/
#ifndef _PDH_H_ #ifndef _PDH_H_
#define _PDH_H_ #define _PDH_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 and or PerfCounter Package
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_PKG_PERF
COUNTER)
#if _MSC_VER >= 1200 #if _MSC_VER >= 1200
#pragma warning(push) #pragma warning(push)
#endif #endif
#pragma warning ( disable : 4201) #pragma warning ( disable : 4201)
// system include files required for datatype and constant definitions // system include files required for datatype and constant definitions
#include <windows.h> // necessary for data types used in this file #include <windows.h> // necessary for data types used in this file
#include <winperf.h> // necessary for the Detail Level definitions #include <winperf.h> // necessary for the Detail Level definitions
skipping to change at line 1479 skipping to change at line 1479
#if _MSC_VER >= 1200 #if _MSC_VER >= 1200
#pragma warning(pop) #pragma warning(pop)
#else #else
#pragma warning ( default : 4201 ) #pragma warning ( default : 4201 )
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_PK G_PERFCOUNTER) */
#pragma endregion #pragma endregion
#endif //_PDH_H_ #endif //_PDH_H_
 End of changes. 2 change blocks. 
3 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41.