Include npw-malloc.h in npw-malloc.c

So that the attribute_hiddens don't get lost. No we finally stop
exporting extra symbols; just NP_* and NPW_Plugin.
This commit is contained in:
David Benjamin 2011-03-29 13:15:37 -04:00
parent 418551ca7f
commit 8bdb601190
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
#include "sysdeps.h"
/* Hack to workaround the NPW_MemAlloc macros. TODO: don't make macros
* and function names conflict. It's insane. */
#undef ENABLE_MALLOC_CHECK
#include "npw-malloc.h"
#define DEBUG 1
#include "debug.h"