/*++ Copyright (c) Microsoft Corporation Module Name: WcnApi.h Abstract: Central header for WCN API --*/ #ifndef _wcnapi_h_ #pragma option push -b -a8 -pc -A- -w-pun /*P_O_Push*/ #define _wcnapi_h_ #include #pragma region Desktop Family #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if !defined(NTDDI_VERSION) || NTDDI_VERSION < NTDDI_WIN7 # error WcnApi.h is only available when targeting Windows 7 and higher #endif // NTDDI_VERSION < NTDDI_WIN7 #include #include #ifndef NO_WCN_PKEYS # include #endif // !NO_WCN_KEYS #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #pragma endregion #pragma option pop /*P_O_Pop*/ #endif // _wcnapi_h_