Author: tkreuzer
Date: Mon Jan 31 21:44:35 2011
New Revision: 50580
URL:
http://svn.reactos.org/svn/reactos?rev=50580&view=rev
Log:
[CMAKE]
(M)IDL doesn't allow definiting multiple identifiers with the same name and different
case. Define MSIRUNMODE to MSIRUNMODE_T so it doesn't conflict with MsiRunMode
anymore.
Modified:
branches/cmake-bringup/dll/win32/msi/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/msi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msi/CMa…
==============================================================================
--- branches/cmake-bringup/dll/win32/msi/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msi/CMakeLists.txt [iso-8859-1] Mon Jan 31 21:44:35
2011
@@ -1,6 +1,6 @@
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
-add_definitions(-D__WINESRC__)
+add_definitions(-D__WINESRC__ -DMSIRUNMODE=MSIRUNMODE_T)
remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)