Do not #include <malloc.h>, which is non-standard and not needed.
This commit is contained in:
parent
33dfdfcabc
commit
41fc7e5d55
|
@ -38,7 +38,6 @@
|
|||
#include <commctrl.h>
|
||||
#include <shellapi.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Reference in New Issue