long clap
This commit is contained in:
parent
b87ecabe41
commit
b1b6f01422
@ -8,7 +8,7 @@ void * sus_heapAlloc(size_t bytes){
|
|||||||
|
|
||||||
// returns NULL, if there is no memroy left or an error occured
|
// returns NULL, if there is no memroy left or an error occured
|
||||||
void * sus_heapResize(void * memroy, size_t newBytes){
|
void * sus_heapResize(void * memroy, size_t newBytes){
|
||||||
HeapReAlloc(GetProcessHeap(), 0, memroy, newBytes);
|
return HeapReAlloc(GetProcessHeap(), 0, memroy, newBytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
// what should this function do, if an error occurse..
|
// what should this function do, if an error occurse..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user