From 224f04511d7114a6ccaef3219f5a2aa784cf7aaf Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 15 Mar 1999 21:02:13 +0000 Subject: [PATCH] * com_err.h: Fix GSS_DLLIMP git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11292 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 4 ++++ src/util/et/com_err.h | 1 + 2 files changed, 5 insertions(+) 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 -- 2.26.2