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:
@@ -1612,7 +1612,7 @@ _log_astgs_req(astgs_request_t r, krb5_enctype setype)
|
||||
* and error code otherwise.
|
||||
*/
|
||||
|
||||
krb5_error_code
|
||||
KDC_LIB_FUNCTION krb5_error_code KDC_LIB_CALL
|
||||
kdc_check_flags(astgs_request_t r,
|
||||
krb5_boolean is_as_req,
|
||||
hdb_entry_ex *client_ex,
|
||||
|
Reference in New Issue
Block a user