Author: pschweitzer Date: Sat Jan 21 17:41:53 2012 New Revision: 55050
URL: http://svn.reactos.org/svn/reactos?rev=55050&view=rev Log: [IMAGEHLP] Fix CMake build (will be that way after sync)
[MSI] Allow warnings for the moment
This should fix CMake build~
Modified: trunk/reactos/dll/win32/imagehlp/modify.c trunk/reactos/dll/win32/msi/CMakeLists.txt
Modified: trunk/reactos/dll/win32/imagehlp/modify.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/imagehlp/modify.c... ============================================================================== --- trunk/reactos/dll/win32/imagehlp/modify.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/imagehlp/modify.c [iso-8859-1] Sat Jan 21 17:41:53 2012 @@ -45,7 +45,7 @@ * BindImageEx (IMAGEHLP.@) */ BOOL IMAGEAPI BindImageEx( - DWORD Flags, LPSTR ImageName, LPSTR DllPath, LPSTR SymbolPath, + DWORD Flags, LPCSTR ImageName, LPCSTR DllPath, LPCSTR SymbolPath, PIMAGEHLP_STATUS_ROUTINE StatusRoutine) { FIXME("(%d, %s, %s, %s, %p): stub\n",
Modified: trunk/reactos/dll/win32/msi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/CMakeLists.tx... ============================================================================== --- trunk/reactos/dll/win32/msi/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/win32/msi/CMakeLists.txt [iso-8859-1] Sat Jan 21 17:41:53 2012 @@ -97,6 +97,8 @@ add_pch(msi msipriv.h) add_cd_file(TARGET msi DESTINATION reactos/system32 FOR all)
+allow_warnings(msi) + endif(NOT MSVC)
add_importlib_target(msi.spec)