<malloc.h> is not ISO C, <stdlib.h> is.
This commit is contained in:
parent
09ce5e8013
commit
3bc434f0ee
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <winreg.h>
|
||||
#include <winerror.h>
|
||||
|
|
Loading…
Reference in New Issue