diff options
author | Tom Yu <tlyu@mit.edu> | 1999-03-15 21:02:13 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 1999-03-15 21:02:13 +0000 |
commit | 224f04511d7114a6ccaef3219f5a2aa784cf7aaf (patch) | |
tree | fbaebaeb0d13d5190de5e4a95201d3d37c56d8c6 /src | |
parent | 9981485f0e52386be5a8325779b4f540f9b7b588 (diff) | |
download | krb5-224f04511d7114a6ccaef3219f5a2aa784cf7aaf.tar.gz krb5-224f04511d7114a6ccaef3219f5a2aa784cf7aaf.tar.xz krb5-224f04511d7114a6ccaef3219f5a2aa784cf7aaf.zip |
* com_err.h: Fix GSS_DLLIMP
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11292 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
-rw-r--r-- | src/util/et/com_err.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 4df5ad96a5..0cb611f325 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 15 16:01:56 1999 Tom Yu <tlyu@mit.edu> + + * com_err.h: Fix GSS_DLLIMP. + Mon Feb 1 19:42:45 1999 Tom Yu <tlyu@mit.edu> * et_c.awk: Fix to not depend on CPP symbol "unix". diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index 60b209d0de..7a8858b386 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -23,6 +23,7 @@ #define KRB5_CALLCONV #define KRB5_CALLCONV_C #define KRB5_DLLIMP +#define GSS_DLLIMP #define KRB5_EXPORTVAR #endif |