From: Tom Yu Date: Mon, 15 Mar 1999 21:02:13 +0000 (+0000) Subject: * com_err.h: Fix GSS_DLLIMP X-Git-Tag: krb5-1.1-beta1~274 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=224f04511d7114a6ccaef3219f5a2aa784cf7aaf;p=krb5.git * com_err.h: Fix GSS_DLLIMP git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11292 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 4df5ad96a..0cb611f32 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 15 16:01:56 1999 Tom Yu + + * com_err.h: Fix GSS_DLLIMP. + Mon Feb 1 19:42:45 1999 Tom Yu * 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 60b209d0d..7a8858b38 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