Author: tfaber
Date: Sun Jun 30 05:49:53 2013
New Revision: 59380
URL:
http://svn.reactos.org/svn/reactos?rev=59380&view=rev
Log:
[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
Modified:
trunk/reactos/base/shell/explorer/CMakeLists.txt
Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeL…
==============================================================================
--- trunk/reactos/base/shell/explorer/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/CMakeLists.txt [iso-8859-1] Sun Jun 30 05:49:53
2013
@@ -5,6 +5,7 @@
add_definitions(
-DWIN32
+ -D__MINGW32__
-D__WINDRES__)
#add_pch(explorer precomp.h)