From bd82feff050a97ae09f92f128d68c0bed8c36ced Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 18 Feb 1997 18:16:19 +0000 Subject: [PATCH] Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9902 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/profile.hin | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +#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) -- 2.26.2