kfw installer: purge bufferoverflowu from custom.dll
authorTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:46:13 +0000 (20:46 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 12 Dec 2011 20:46:13 +0000 (20:46 +0000)
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

src/windows/installer/wix/custom/custom.cpp

index 98d669f3efd38e36b2f000b8871b103a4519bb62..5f0f42f65556c89e141e0d68e32bbe5ae1c9453a 100644 (file)
@@ -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 ){