diff options
-rw-r--r-- | src/util/profile/ChangeLog | 4 | ||||
-rw-r--r-- | src/util/profile/profile.hin | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 8d50ef63b5..a9bacd304b 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 15 16:03:34 1999 Tom Yu <tlyu@mit.edu> + + * profile.hin: Fix GSS_DLLIMP. + Mon Mar 8 19:10:06 1999 Tom Yu <tlyu@mit.edu> * profile.hin: Fix prototype of profile_flush() to use long rather diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin index f203d91467..ee32f90a07 100644 --- a/src/util/profile/profile.hin +++ b/src/util/profile/profile.hin @@ -13,6 +13,7 @@ #define KRB5_CALLCONV #define KRB5_CALLCONV_C #define KRB5_DLLIMP +#define GSS_DLLIMP #define KRB5_EXPORTVAR #define FAR #define NEAR |