mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[SHDOCVW] Sync with Wine Staging 2.2. CORE-12823
f3d33f5 shdocvw: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). svn path=/trunk/; revision=73975
This commit is contained in:
parent
7445284933
commit
12d266bcf7
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ static inline void SHDOCVW_UnlockModule(void) { InterlockedDecrement( &SHDOCVW_r
|
|||
|
||||
/* memory allocation functions */
|
||||
|
||||
static inline void *heap_alloc(size_t len)
|
||||
static inline void* __WINE_ALLOC_SIZE(1) heap_alloc(size_t len)
|
||||
{
|
||||
return HeapAlloc(GetProcessHeap(), 0, len);
|
||||
}
|
||||
|
|
|
@ -171,7 +171,7 @@ reactos/dll/win32/security # Forked (different .spec)
|
|||
reactos/dll/win32/sensapi # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/setupapi # Forked at Wine-20050524
|
||||
reactos/dll/win32/shdoclc # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/shdocvw # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/shdocvw # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/shell32 # Forked at Wine-20071011
|
||||
reactos/dll/win32/shfolder # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/shlwapi # Synced to WineStaging-1.9.23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue