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



 winber.h (6.3.9600.17415-Windows 8.1)   winber.h (10.0.10586.0-Windows 10 1511 10586.494) 
skipping to change at line 34 skipping to change at line 34
// //
#ifndef _WINBER_DEFINED_ #ifndef _WINBER_DEFINED_
#define _WINBER_DEFINED_ #define _WINBER_DEFINED_
#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 OneCore Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#if !defined(_WINBER_) #if !defined(_WINBER_)
#define WINBERAPI DECLSPEC_IMPORT #define WINBERAPI DECLSPEC_IMPORT
#else #else
//#define WINBERAPI __declspec(dllexport) //#define WINBERAPI __declspec(dllexport)
#define WINBERAPI #define WINBERAPI
skipping to change at line 341 skipping to change at line 341
']' End set. No argument is needed. ']' End set. No argument is needed.
*/ */
WINBERAPI ULONG BERAPI ber_scanf( BerElement *pBerElement, _In_ PSTR fmt, ... ); WINBERAPI ULONG BERAPI ber_scanf( BerElement *pBerElement, _In_ PSTR fmt, ... );
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SY STEM) */
#pragma endregion #pragma endregion
#endif // _WINBER_DEFINED_ #endif // _WINBER_DEFINED_
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added


 winldap.h (6.3.9600.17415-Windows 8.1)   winldap.h (10.0.10586.0-Windows 10 1511 10586.494) 
skipping to change at line 54 skipping to change at line 54
// //
#ifndef LDAP_CLIENT_DEFINED #ifndef LDAP_CLIENT_DEFINED
#define LDAP_CLIENT_DEFINED #define LDAP_CLIENT_DEFINED
#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 OneCore Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#ifndef BASETYPES #ifndef BASETYPES
#include <windef.h> #include <windef.h>
#endif #endif
#ifndef _SCHNLSP_H_ #ifndef _SCHNLSP_H_
skipping to change at line 1591 skipping to change at line 1591
// //
// Use ldap_compare_ext instead, as these are thread safe. // Use ldap_compare_ext instead, as these are thread safe.
// //
// ldap_compare_s and ldap_compare_ext* calls are thread safe. // ldap_compare_s and ldap_compare_ext* calls are thread safe.
// //
WINLDAPAPI ULONG LDAPAPI ldap_compareW( LDAP *ld, _In_ const PWSTR dn, _In_ cons t PWSTR attr, _In_ PWSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compareW( LDAP *ld, _In_ const PWSTR dn, _In_ cons t PWSTR attr, _In_ PWSTR value );
WINLDAPAPI ULONG LDAPAPI ldap_compareA( LDAP *ld, _In_ const PSTR dn, _In_ const PSTR attr, _In_ PSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compareA( LDAP *ld, _In_ const PSTR dn, _In_ const PSTR attr, _In_ PSTR value );
WINLDAPAPI ULONG LDAPAPI ldap_compare_sW( LDAP *ld, _In_ const PWSTR dn, _In_ co nst PWSTR attr, _In_ PWSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compare_sW( LDAP *ld, _In_ const PWSTR dn, _In_ co nst PWSTR attr, _In_ PWSTR value );
WINLDAPAPI ULONG LDAPAPI ldap_compare_sA( LDAP *ld, _In_ const PSTR dn, _In_ con st PSTR attr, PSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compare_sA( LDAP *ld, _In_ const PSTR dn, _In_ con st PSTR attr, _In_ PSTR value );
#if LDAP_UNICODE #if LDAP_UNICODE
#define ldap_compare ldap_compareW #define ldap_compare ldap_compareW
#define ldap_compare_s ldap_compare_sW #define ldap_compare_s ldap_compare_sW
#else #else
WINLDAPAPI ULONG LDAPAPI ldap_compare( LDAP *ld, _In_ const PSTR dn, _In_ const PSTR attr, _In_ PSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compare( LDAP *ld, _In_ const PSTR dn, _In_ const PSTR attr, _In_ PSTR value );
WINLDAPAPI ULONG LDAPAPI ldap_compare_s( LDAP *ld, _In_ const PSTR dn, _In_ cons t PSTR attr, _In_ PSTR value ); WINLDAPAPI ULONG LDAPAPI ldap_compare_s( LDAP *ld, _In_ const PSTR dn, _In_ cons t PSTR attr, _In_ PSTR value );
skipping to change at line 3243 skipping to change at line 3243
// Do we reference the connection for each message so that we can safely get // Do we reference the connection for each message so that we can safely get
// the connection pointer back by calling ldap_conn_from_msg? // the connection pointer back by calling ldap_conn_from_msg?
// //
#define LDAP_OPT_REF_DEREF_CONN_PER_MSG 0x94 #define LDAP_OPT_REF_DEREF_CONN_PER_MSG 0x94
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SY STEM) */
#pragma endregion #pragma endregion
#endif // LDAP_CLIENT_DEFINED #endif // LDAP_CLIENT_DEFINED
 End of changes. 3 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41.