summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2011-12-12 20:46:13 +0000
committerTom Yu <tlyu@mit.edu>2011-12-12 20:46:13 +0000
commitc87cdba059aa8504ce3e03ce41637298e305edc2 (patch)
tree61970e5266d12b6cd5fd1fa2f4bf0a1fba306637 /src/windows/installer/wix
parent08ff8a8ff16a1790591a9e07617c70ee2ed15bcf (diff)
downloadkrb5-c87cdba059aa8504ce3e03ce41637298e305edc2.tar.gz
krb5-c87cdba059aa8504ce3e03ce41637298e305edc2.tar.xz
krb5-c87cdba059aa8504ce3e03ce41637298e305edc2.zip
kfw installer: purge bufferoverflowu from custom.dll
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25567 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix')
-rw-r--r--src/windows/installer/wix/custom/custom.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/windows/installer/wix/custom/custom.cpp b/src/windows/installer/wix/custom/custom.cpp
index 98d669f3ef..5f0f42f655 100644
--- a/src/windows/installer/wix/custom/custom.cpp
+++ b/src/windows/installer/wix/custom/custom.cpp
@@ -87,9 +87,6 @@ SOFTWARE.
// linker stuff
#pragma comment(lib, "msi")
#pragma comment(lib, "advapi32")
-#if defined(_M_IA64) || defined(_M_AMD64)
-#pragma comment(lib, "bufferoverflowu")
-#endif
void ShowMsiError( MSIHANDLE hInstall, DWORD errcode, DWORD param ){