[DBGHELPHOST] Fix the *nix build.

This commit is contained in:
Amine Khaldi 2018-03-05 00:07:53 +01:00
parent 8d51a38cbc
commit bd5d127104

View file

@ -20,13 +20,15 @@
#include <assert.h>
#ifndef DBGHELP_STATIC_LIB
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "dbghelp_private.h"
#ifndef DBGHELP_STATIC_LIB
#include "wine/winbase16.h"
#include "winternl.h"
#include "wine/debug.h"
#else
#include "dbghelp_private.h"
#endif
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);