diff options
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 3fbc4f467..6b9f16356 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) |
