diff options
-rw-r--r-- | src/include/ChangeLog | 4 | ||||
-rw-r--r-- | src/include/k5-int.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 050e4a3cb8..4904ef3bdb 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 15 15:57:41 1999 Tom Yu <tlyu@mit.edu> + + * k5-int.h: Fix GSS_DLLIMP. + 1999-03-14 Miro Jurisic <meeroh@mit.edu> * win-mac.h: Fixed GSS_DLLIMP for the Mac diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 85e86a8308..ee26248b49 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -167,6 +167,7 @@ typedef unsigned char u_char; #define KRB5_CALLCONV #define KRB5_CALLCONV_C #define KRB5_DLLIMP +#define GSS_DLLIMP #define KRB5_EXPORTVAR #define FAR #define NEAR |