kdc: annotate libkdc Windows function annotations
Annotate libkdc APIs with KDC_LIB_{CALL,FUNCTION} to ensure correct calling convention and optimized DLL importing on Windows. Ensure Windows and libtool export tables are consistent.
This commit is contained in:
@@ -64,7 +64,7 @@ add_db(krb5_context context, struct krb5_kdc_configuration *c,
|
||||
return 0;
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
KDC_LIB_FUNCTION krb5_error_code KDC_LIB_CALL
|
||||
krb5_kdc_set_dbinfo(krb5_context context, struct krb5_kdc_configuration *c)
|
||||
{
|
||||
struct hdb_dbinfo *info, *d;
|
||||
|
Reference in New Issue
Block a user