mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[DBGHELPHOST] Fix the *nix build.
This commit is contained in:
parent
8d51a38cbc
commit
bd5d127104
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue