From 4740cb2b548336f9341c3b62687080738c702076 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 22 Mar 1999 20:52:18 +0000 Subject: [PATCH] Fix stupid typo in defining the DLL_FILE_DEF macro git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11295 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/windows.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/windows.in b/src/config/windows.in index a768aff00..e80c9fd6f 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -37,9 +37,9 @@ CL= # compiling the Kerberos library # !if defined(DLL_EXP_TYPE) -DLL_FILE_DEF=/DKRB5_DLL_FILE -!else DLL_FILE_DEF=/D$(DLL_EXP_TYPE)_DLL_FILE +!else +DLL_FILE_DEF=/DKRB5_DLL_FILE !endif # # CCOPTS for DLL functions -- 2.26.2