<malloc.h> is not ISO C, <stdlib.h> is.

This commit is contained in:
Gerald Pfeifer 2000-12-24 19:55:09 +00:00 committed by Alexandre Julliard
parent 09ce5e8013
commit 3bc434f0ee

View file

@ -8,7 +8,7 @@
*/
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <windows.h>
#include <winreg.h>
#include <winerror.h>