projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36bec5e
)
Make sure KRB5_DLLIMP/KRB5_CALLCONV are defined
author
Richard Basch
<probe@mit.edu>
Tue, 18 Feb 1997 18:16:19 +0000
(18:16 +0000)
committer
Richard Basch
<probe@mit.edu>
Tue, 18 Feb 1997 18:16:19 +0000
(18:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9902
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/profile/profile.hin
patch
|
blob
|
history
diff --git
a/src/util/profile/profile.hin
b/src/util/profile/profile.hin
index 3fbc4f4676884f2c1e77cf42e0a0685f516aa23f..6b9f163566e74c58bf77ae0ea8029b93f841d53b 100644
(file)
--- 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)