summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
-rw-r--r--src/include/kdb.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 0ceee4d7d..e18020fe4 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1732,7 +1732,7 @@ krb5_error_code KRB5_CALLCONV krb5_cc_retrieve_cred_default
(krb5_context, krb5_ccache, krb5_flags,
krb5_creds *, krb5_creds *);
-krb5_boolean
+krb5_boolean KRB5_CALLCONV
krb5_creds_compare (krb5_context in_context,
krb5_creds *in_creds,
krb5_creds *in_compare_creds);
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 9f1fedbf2..e8a58787c 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -84,8 +84,6 @@
#define KRB5_KDB_CREATE_BTREE 0x00000001
#define KRB5_KDB_CREATE_HASH 0x00000002
-#if !defined(_WIN32)
-
/*
* Note --- these structures cannot be modified without changing the
* database version number in libkdb.a, but should be expandable by
@@ -499,6 +497,4 @@ krb5_db_free_policy( krb5_context kcontext,
#define KRB5_KDB_DEF_FLAGS 0
-#endif /* !defined(_WIN32) */
-
#endif /* KRB5_KDB5__ */