Author: tkreuzer
Date: Wed Feb 2 17:40:25 2011
New Revision: 50599
URL:
http://svn.reactos.org/svn/reactos?rev=50599&view=rev
Log:
[CMAKE]
-Define HAVE_ALLOCA_H for dbghelp
Modified:
branches/cmake-bringup/dll/win32/dbghelp/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/dbghelp/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/dbghelp…
==============================================================================
--- branches/cmake-bringup/dll/win32/dbghelp/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/dbghelp/CMakeLists.txt [iso-8859-1] Wed Feb 2
17:40:25 2011
@@ -5,6 +5,7 @@
-D__USE_CRTIMP
-D_WINE
-DHAVE_REGEX_H
+ -DHAVE_ALLOCA_H
-D_IMAGEHLP_SOURCE_)
if(ARCH MATCHES amd64)