summaryrefslogtreecommitdiff
path: root/shell/inc/utilities.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/utilities.hxx')
-rw-r--r--shell/inc/utilities.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/shell/inc/utilities.hxx b/shell/inc/utilities.hxx
index 551089afd600..9d772ec9872a 100644
--- a/shell/inc/utilities.hxx
+++ b/shell/inc/utilities.hxx
@@ -35,32 +35,8 @@
#include <string>
#define STRSAFE_NO_DEPRECATE
-#ifdef __MINGW32__
-
-// Work around lack of strsafe library in mingw-w64, do let their
-// strsafe.h provide inlines of StringCchVPrintfA etc, avoid linking
-// errors in a debug build.
-#ifdef __CRT__NO_INLINE
-#undef __CRT__NO_INLINE
-#define DID_UNDEFINE__CRT__NO_INLINE
-#endif
-
-extern "C" {
-
-#endif
-
#include <strsafe.h>
-#ifdef __MINGW32__
-}
-
-#ifdef DID_UNDEFINE__CRT__NO_INLINE
-#define __CRT__NO_INLINE
-#endif
-
-#endif
-
-
/** Convert a string to a wstring
using CP_ACP
*/