summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/sellang/sorttree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/sellang/sorttree.cxx')
-rw-r--r--setup_native/source/win32/customactions/sellang/sorttree.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup_native/source/win32/customactions/sellang/sorttree.cxx b/setup_native/source/win32/customactions/sellang/sorttree.cxx
index b34832e49137..25354bdea6bf 100644
--- a/setup_native/source/win32/customactions/sellang/sorttree.cxx
+++ b/setup_native/source/win32/customactions/sellang/sorttree.cxx
@@ -7,16 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifdef _MSC_VER
-#pragma warning(push, 1) /* disable warnings within system headers */
-#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <msi.h>
#include <commctrl.h>
-#ifdef _MSC_VER
-#pragma warning(pop)
-#endif
extern "C" UINT __stdcall SortTree(MSIHANDLE)
{