diff options
author | Theodore Tso <tytso@mit.edu> | 1999-03-22 20:52:18 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1999-03-22 20:52:18 +0000 |
commit | 4740cb2b548336f9341c3b62687080738c702076 (patch) | |
tree | 2636b5869b920729e005c52c94a5e630d521ec2a /src/config | |
parent | 44e7d1447f48e7d2758c18604c40dbc15a0273a4 (diff) | |
download | krb5-4740cb2b548336f9341c3b62687080738c702076.tar.gz krb5-4740cb2b548336f9341c3b62687080738c702076.tar.xz krb5-4740cb2b548336f9341c3b62687080738c702076.zip |
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
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/windows.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/windows.in b/src/config/windows.in index a768aff00b..e80c9fd6fa 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 |