Skip to content
Snippets Groups Projects
Commit 4bed652f authored by rswindell's avatar rswindell
Browse files

Did not mean to commit HeapAlloc experiment in previous commit.

parent 6eec5fbe
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
#define MUTEX_UNLOCK(list) (void)list
#endif
#if defined(_WIN32) && !defined(LINK_LIST_USE_MALLOC)
#if defined(_WIN32) && defined(LINK_LIST_USE_HEAPALLOC)
#define malloc(size) HeapAlloc(GetProcessHeap(), /* flags: */0, size)
#define free(ptr) HeapFree(GetProcessHeap(), /* flags: */0, ptr)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment