mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
uppsrc: Fixed more Win64 warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@5822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ed5302e09c
commit
5d6ba72e42
5 changed files with 14 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
void OutOfMemoryPanic(size_t size);
|
||||
|
||||
void *SysAllocRaw(size_t size, int reqsize);
|
||||
void *SysAllocRaw(size_t size, size_t reqsize);
|
||||
void SysFreeRaw(void *ptr, size_t size);
|
||||
|
||||
void *AllocRaw4KB(int reqsize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue