From 971e49a62d5a2331749a58a62bf2b2f63d88d58b Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 30 Jun 2013 05:49:53 +0000 Subject: [PATCH] [EXPLORER] - Don't intentionally break on MSVC. I'm too lazy to change all of these to __REACTOS__, and it's a hack anyway... CORE-7335 svn path=/trunk/; revision=59380 --- reactos/base/shell/explorer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/shell/explorer/CMakeLists.txt b/reactos/base/shell/explorer/CMakeLists.txt index 31219933c12..3b5b54c4e0f 100644 --- a/reactos/base/shell/explorer/CMakeLists.txt +++ b/reactos/base/shell/explorer/CMakeLists.txt @@ -5,6 +5,7 @@ set_cpp(WITH_RTTI WITH_EXCEPTIONS WITH_STL) add_definitions( -DWIN32 + -D__MINGW32__ -D__WINDRES__) #add_pch(explorer precomp.h)