From: Richard Basch Date: Tue, 18 Feb 1997 18:16:19 +0000 (+0000) Subject: Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined X-Git-Tag: krb5-1.1-beta1~1289 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd82feff050a97ae09f92f128d68c0bed8c36ced;p=krb5.git Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9902 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)