j
k
j a
j l
Owen Rudge orudge@codeweavers.com writes:
+/* Macro to test for validity before freeing a pointer */ +#define mapi_heap_free(_ptr) if (_ptr) { HeapFree(GetProcessHeap(), 0, (_ptr)); }
You don't need that.
Back to the thread
Back to the list