mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
parent
99bdd62d6c
commit
838d14d66e
207 changed files with 900 additions and 50 deletions
|
|
@ -1,5 +1,9 @@
|
|||
/* This file is auto-generated, do not edit. */
|
||||
|
||||
#if 0
|
||||
#pragma makedep unix
|
||||
#endif
|
||||
|
||||
#include "unix_private.h"
|
||||
|
||||
extern "C" const unixlib_entry_t __wine_unix_call_funcs[] =
|
||||
|
|
@ -19013,7 +19017,7 @@ void *alloc_callback_wtou(int id, void *callback, int *callback_len)
|
|||
}
|
||||
#undef MAKE_CASE
|
||||
|
||||
callback = HeapAlloc( GetProcessHeap(), 0, len );
|
||||
callback = malloc( len );
|
||||
*callback_len = len;
|
||||
return callback;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue