From: ShadowFlare Date: Fri, 18 Dec 2009 09:25:28 +0000 (-0700) Subject: Replace malloc.h with stdlib.h X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=SComp.git;a=commitdiff_plain;h=5d764a6b43885930c1109c9efad6650ee3718aa7 Replace malloc.h with stdlib.h --- diff --git a/SMem.cpp b/SMem.cpp index aeea895..4f2ead8 100644 --- a/SMem.cpp +++ b/SMem.cpp @@ -7,7 +7,7 @@ #include "SMem.h" -#include +#include LPVOID WINAPI SMemAlloc(DWORD dwSize) {