mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
This should be the correct type for aGlobalMemoryStatusEx.
git-svn-id: https://svn.eduke32.com/eduke32@1588 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
66e7dd15c2
commit
86fefa266d
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ uint32_t Bgetsysmemsize(void)
|
|||
|
||||
if (lib)
|
||||
{
|
||||
WINBASEAPI BOOL WINAPI (*aGlobalMemoryStatusEx)(LPMEMORYSTATUSEX) =
|
||||
BOOL (WINAPI *aGlobalMemoryStatusEx)(LPMEMORYSTATUSEX) =
|
||||
(void *)GetProcAddress(lib, "GlobalMemoryStatusEx");
|
||||
|
||||
if (aGlobalMemoryStatusEx)
|
||||
|
|
Loading…
Reference in a new issue