kdc: fix Windows build
This commit is contained in:
10
kdc/kdc.h
10
kdc/kdc.h
@@ -46,16 +46,6 @@
|
||||
#include <kx509_asn1.h>
|
||||
#include <gssapi/gssapi.h>
|
||||
|
||||
#if !defined(BUILD_KDC_LIB) && defined(_WIN32)
|
||||
# define KDC_LIB_FUNCTION __declspec(dllimport)
|
||||
# define KDC_LIB_CALL __stdcall
|
||||
# define KDC_LIB_VARIABLE __declspec(dllimport)
|
||||
#else
|
||||
# define KDC_LIB_FUNCTION
|
||||
# define KDC_LIB_CALL
|
||||
# define KDC_LIB_VARIABLE
|
||||
#endif
|
||||
|
||||
#define heim_pcontext krb5_context
|
||||
#define heim_pconfig krb5_kdc_configuration *
|
||||
#include <heimbase-svc.h>
|
||||
|
Reference in New Issue
Block a user