From c87cdba059aa8504ce3e03ce41637298e305edc2 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 12 Dec 2011 20:46:13 +0000 Subject: [PATCH] kfw installer: purge bufferoverflowu from custom.dll Signed-off-by: Kevin Wasserman ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25567 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/custom/custom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/windows/installer/wix/custom/custom.cpp b/src/windows/installer/wix/custom/custom.cpp index 98d669f3e..5f0f42f65 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 ){ -- 2.26.2