mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[DBGHELPHOST] Fix the *nix build.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user