* Improve the way we create rossym debug info. The effort results in ~85% *smaller...
[reactos.git] / reactos / dll / win32 / dbghelp / symbol.c
index 439b50e..46ca798 100644 (file)
 #include <sys/types.h>
 #include <assert.h>
 
-#include "wine/debug.h"
 #include "dbghelp_private.h"
+
+#ifndef DBGHELP_STATIC_LIB
+#include "wine/debug.h"
 #include "winnls.h"
+#endif
 
 WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
 WINE_DECLARE_DEBUG_CHANNEL(dbghelp_symt);