From 5a3c4d530d45b68b8edbd3fafbd61900ad15e81d Mon Sep 17 00:00:00 2001 From: Miro Jurisic Date: Mon, 15 Mar 1999 04:05:59 +0000 Subject: [PATCH] Fixed GSS_* macros for the Mac git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11288 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 4 ++++ src/include/win-mac.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c500dd958..050e4a3cb 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +1999-03-14 Miro Jurisic + + * win-mac.h: Fixed GSS_DLLIMP for the Mac + 1999-03-11 Theodore Ts'o * win-mac.h: Define GSS_DLLIMP to be __declspec(dllimport) or diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 45d0d5081..a666f32d6 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -227,6 +227,7 @@ HINSTANCE get_lib_instance(void); #define KRB5_CALLCONV #define KRB5_CALLCONV_C #define KRB5_DLLIMP +#define GSS_DLLIMP #ifndef FAR #define FAR #endif -- 2.26.2