Headers diff for rasapi32.dll between 6.3.9600.17415-Windows 8.1 and 10.0.10586.494-Windows 10 1511 10586.494 versions



 ras.h (6.3.9600.17415-Windows 8.1)   ras.h (10.0.10586.494-Windows 10 1511 10586.494) 
skipping to change at line 29 skipping to change at line 29
--*/ --*/
#ifndef _RAS_H_ #ifndef _RAS_H_
#define _RAS_H_ #define _RAS_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 or CmdLineTools Package
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_PKG_CMDT
OOLS)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#pragma warning(push) #pragma warning(push)
#pragma warning(disable:4201)//nameless struct/union #pragma warning(disable:4201)//nameless struct/union
#ifndef UNLEN #ifndef UNLEN
#include <lmcons.h> #include <lmcons.h>
skipping to change at line 1483 skipping to change at line 1483
#define RASEO2_UsePreSharedKeyForIkev2Responder 0x01000000 #define RASEO2_UsePreSharedKeyForIkev2Responder 0x01000000
#define RASEO2_CacheCredentials 0x02000000 #define RASEO2_CacheCredentials 0x02000000
#endif #endif
#if (WINVER >= 0x603) #if (WINVER >= 0x603)
#define RASEO2_AutoTriggerCapable 0x04000000 #define RASEO2_AutoTriggerCapable 0x04000000
#define RASEO2_IsThirdPartyProfile 0x08000000 #define RASEO2_IsThirdPartyProfile 0x08000000
#define RASEO2_AuthTypeIsOtp 0x10000000 #define RASEO2_AuthTypeIsOtp 0x10000000
#endif #endif
#if (WINVER >= 0x604)
#define RASEO2_IsAlwaysOn 0x20000000
#define RASEO2_IsPrivateNetwork 0x40000000
#endif
/* RASENTRY 'dwProtocols' bit flags. /* RASENTRY 'dwProtocols' bit flags.
*/ */
#define RASNP_NetBEUI 0x00000001 #define RASNP_NetBEUI 0x00000001
#define RASNP_Ipx 0x00000002 #define RASNP_Ipx 0x00000002
#define RASNP_Ip 0x00000004 #define RASNP_Ip 0x00000004
#if (WINVER >= 0x600) #if (WINVER >= 0x600)
#define RASNP_Ipv6 0x00000008 #define RASNP_Ipv6 0x00000008
#endif #endif
/* RASENTRY 'dwFramingProtocols' bit flags. /* RASENTRY 'dwFramingProtocols' bit flags.
skipping to change at line 2279 skipping to change at line 2284
#endif #endif
#pragma warning(pop) #pragma warning(pop)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#include <poppack.h> #include <poppack.h>
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_PK G_CMDTOOLS) */
#pragma endregion #pragma endregion
#endif // _RAS_H_ #endif // _RAS_H_
 End of changes. 3 change blocks. 
3 lines changed or deleted 9 lines changed or added

This html diff was produced by rfcdiff 1.41.