mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Don't use malloc/free in winaspi32.
This commit is contained in:
parent
2b31a87b5d
commit
7e09874d92
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
DEFAULT_DEBUG_CHANNEL(aspi)
|
||||
|
||||
#define malloc(x) HeapAlloc(GetProcessHeap(),0,x)
|
||||
#define free(p) HeapFree(GetProcessHeap(),0,p)
|
||||
|
||||
/* FIXME!
|
||||
* 1) Residual byte length reporting not handled
|
||||
|
|
Loading…
Reference in a new issue