diff options
author | Richard Basch <probe@mit.edu> | 1997-02-18 18:16:19 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1997-02-18 18:16:19 +0000 |
commit | bd82feff050a97ae09f92f128d68c0bed8c36ced (patch) | |
tree | 45bc5b8c2d5b0d1c576ac1cd9ce6e1fd127246c6 /src | |
parent | 36bec5ea384f69bbc5a116e12a4dfaa3e9728295 (diff) | |
download | krb5-bd82feff050a97ae09f92f128d68c0bed8c36ced.tar.gz krb5-bd82feff050a97ae09f92f128d68c0bed8c36ced.tar.xz krb5-bd82feff050a97ae09f92f128d68c0bed8c36ced.zip |
Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9902 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/util/profile/profile.hin | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin index 3fbc4f4676..6b9f163566 100644 --- a/src/util/profile/profile.hin +++ b/src/util/profile/profile.hin @@ -5,6 +5,20 @@ #ifndef _KRB5_PROFILE_H #define _KRB5_PROFILE_H +#if defined(_MSDOS) || defined(_WIN32) || defined(MACINTOSH) +#include <win-mac.h> +#endif + +#ifndef KRB5_CALLCONV +#define KRB5_CALLCONV +#define KRB5_CALLCONV_C +#define KRB5_DLLIMP +#define KRB5_EXPORTVAR +#define FAR +#define NEAR +#endif + + typedef struct _profile_t *profile_t; #if !defined(PROTOTYPE) |