diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ChangeLog | 4 | ||||
-rw-r--r-- | src/include/win-mac.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c500dd958a..050e4a3cb8 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +1999-03-14 Miro Jurisic <meeroh@mit.edu> + + * win-mac.h: Fixed GSS_DLLIMP for the Mac + 1999-03-11 Theodore Ts'o <tytso@rsts-11.mit.edu> * 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 45d0d50812..a666f32d67 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 |