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:

committed by
Jeffrey Altman

parent
d89b5cb966
commit
22cf04fdaf
@@ -56,8 +56,10 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define KRB5_CALLCONV __stdcall
|
#define KRB5_CALLCONV __stdcall
|
||||||
|
#define KRB5_LIB_CALL __stdcall
|
||||||
#else
|
#else
|
||||||
#define KRB5_CALLCONV
|
#define KRB5_CALLCONV
|
||||||
|
#define KRB5_LIB_CALL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* simple constants */
|
/* simple constants */
|
||||||
|
Reference in New Issue
Block a user