Commit 3bc434f0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 09ce5e80
...@@ -8,7 +8,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment