malloc.h is obsolete and stdlib.h should be used instead.

This commit is contained in:
Francois Gouget 2002-02-02 18:16:25 +00:00 committed by Alexandre Julliard
parent 536ee943e4
commit 62f083ce48
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
#include <sys/types.h>
#include <dirent.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>

View file

@ -43,7 +43,7 @@
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <windows.h>
#include <winerror.h>
#include <winnt.h>

View file

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