projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e7d14
)
Fix stupid typo in defining the DLL_FILE_DEF macro
author
Theodore Tso
<tytso@mit.edu>
Mon, 22 Mar 1999 20:52:18 +0000
(20:52 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/config/windows.in
b/src/config/windows.in
index a768aff00b098789f85190c73a6ad44da1870c20..e80c9fd6fa981c37b13b3ab6d20e04f290ff3619 100644
(file)
--- 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