mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[CMAKE]
- rpcss depends on winesdk [RPCSS] - fix declaration of MIDL_user_allocate svn path=/branches/cmake-bringup/; revision=49291
This commit is contained in:
@@ -19,4 +19,5 @@ target_link_libraries(rpcss epm_server irot_server pseh wine)
|
||||
set_module_type(rpcss win32cui)
|
||||
|
||||
add_importlibs(rpcss advapi32 rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_livecd_target(rpcss reactos/system32)
|
||||
add_livecd_target(rpcss reactos/system32)
|
||||
add_dependencies(rpcss winesdk)
|
||||
@@ -368,7 +368,7 @@ void __RPC_USER IrotContextHandle_rundown(IrotContextHandle ctxt_handle)
|
||||
rot_entry_release(rot_entry);
|
||||
}
|
||||
|
||||
void * __RPC_USER MIDL_user_allocate(SIZE_T size)
|
||||
void * __RPC_USER MIDL_user_allocate(size_t size)
|
||||
{
|
||||
return HeapAlloc(GetProcessHeap(), 0, size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user