diff options
-rw-r--r-- | src/windows/installer/wix/custom/custom.cpp | 3 |
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 ){ |