lib/krb5: krb5.h missing KRB5_LIB_CALL definition

KRB5_LIB_CALL must be defined for out of tree users.

Change-Id: I10a02fdca3ed64093fabd8d391761448b9c480a5
This commit is contained in:
Jeffrey Altman
2019-02-07 23:02:03 -05:00
committed by Jeffrey Altman
parent d89b5cb966
commit 22cf04fdaf

View File

@@ -56,8 +56,10 @@
#ifdef _WIN32
#define KRB5_CALLCONV __stdcall
#define KRB5_LIB_CALL __stdcall
#else
#define KRB5_CALLCONV
#define KRB5_LIB_CALL
#endif
/* simple constants */