[IMAGEHLP]

Fix CMake build (will be that way after sync)

[MSI]
Allow warnings for the moment

This should fix CMake build~

svn path=/trunk/; revision=55050
This commit is contained in:
Pierre Schweitzer 2012-01-21 17:41:53 +00:00
parent 71425e3fc4
commit f377c4d885
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,7 @@ BOOL IMAGEAPI BindImage(
* 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",

View file

@ -97,6 +97,8 @@ add_importlibs(msi
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)