Need stdlib.h on MinGW.

This commit is contained in:
Joachim Bauch
2016-09-21 01:12:11 +02:00
parent 2ecf5b764b
commit 7d0c143f92
+4
View File
@@ -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>