diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2022-07-01 17:43:55 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2022-07-02 13:05:26 -0500 |
commit | 057c632bee4c1d2ec9e1546229227583ea4fc835 (patch) | |
tree | 75ecfb67a9e1f77a229598f48bbe97b80839227b /config/msvc-stl-wrapper.template.h | |
parent | 07689ab83f78ea379e744fdb473b22ed0f9ebf95 (diff) | |
download | uxp-057c632bee4c1d2ec9e1546229227583ea4fc835.tar.gz |
Issue #1956 - Allow building with newer MSVC versions.
Diffstat (limited to 'config/msvc-stl-wrapper.template.h')
-rw-r--r-- | config/msvc-stl-wrapper.template.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/msvc-stl-wrapper.template.h b/config/msvc-stl-wrapper.template.h index ed9d98b0dd..24f02023c5 100644 --- a/config/msvc-stl-wrapper.template.h +++ b/config/msvc-stl-wrapper.template.h @@ -19,12 +19,6 @@ # define MOZ_INCLUDE_MOZALLOC_H_FROM_${HEADER} #endif -// Code built with !_HAS_EXCEPTIONS calls std::_Throw(), but the win2k -// CRT doesn't export std::_Throw(). So we define it. -#ifndef mozilla_Throw_h -# include "mozilla/throw_msvc.h" -#endif - #ifdef _DEBUG // From // http://msdn.microsoft.com/en-us/library/aa985982%28VS.80%29.aspx |