#include
<windows.h>
Go to the source code of this file.
Defines |
|
#define | mn_malloc(s) LocalAlloc(LPTR,s) |
#define | mn_free LocalFree |
#define mn_malloc | ( | s | ) | LocalAlloc(LPTR,s) |
Definition at line 18 of file maxnet_platform.h.
#define mn_free LocalFree |
Definition at line 19 of file maxnet_platform.h.