<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 <stdio.h>
|
||||||
#include <malloc.h>
|
#include <stdlib.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user