From: Theodore Tso Date: Mon, 22 Mar 1999 20:52:18 +0000 (+0000) Subject: Fix stupid typo in defining the DLL_FILE_DEF macro X-Git-Tag: krb5-1.1-beta1~271 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4740cb2b548336f9341c3b62687080738c702076;p=krb5.git 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 --- 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