Current News
Archived News
Search News
Discussion Forum
Old Forum
Install Programs
More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links
Small banner for links to this site:
projects
/
SComp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
graphiclog
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58da368
)
Replace malloc.h with stdlib.h
ShadowFlare [Fri, 18 Dec 2009 09:25:28 +0000 (
02:25
-0700)]
SMem.cpp
patch
|
blob
|
blame
|
history
diff --git
a/SMem.cpp
b/SMem.cpp
index
aeea895
..
4f2ead8
100644
(file)
--- a/
SMem.cpp
+++ b/
SMem.cpp
@@
-7,7
+7,7
@@
#include "SMem.h"
-#include <malloc.h>
+#include <stdlib.h>
LPVOID WINAPI SMemAlloc(DWORD dwSize)
{