summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/custom/custom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/installer/wix/custom/custom.cpp')
-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 ){