Fix stupid typo in defining the DLL_FILE_DEF macro
authorTheodore Tso <tytso@mit.edu>
Mon, 22 Mar 1999 20:52:18 +0000 (20:52 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 22 Mar 1999 20:52:18 +0000 (20:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11295 dc483132-0cff-0310-8789-dd5450dbe970

src/config/windows.in

index a768aff00b098789f85190c73a6ad44da1870c20..e80c9fd6fa981c37b13b3ab6d20e04f290ff3619 100644 (file)
@@ -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