mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-25 00:25:23 -04:00
Need stdlib.h on MinGW.
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
#include <windows.h>
|
||||
#include <winnt.h>
|
||||
#include <stddef.h>
|
||||
#ifdef __MINGW32__
|
||||
// for mbstowcs_s and wcstombs_s
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <tchar.h>
|
||||
#ifdef DEBUG_OUTPUT
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user