mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-03-03 10:17:09 +00:00
disable warnings for dbghelp.h
This commit is contained in:
parent
32c8e33c64
commit
d62f7f431c
@ -5,14 +5,20 @@
|
||||
|
||||
#include "_global.h"
|
||||
#include "jansson/jansson.h"
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4091)
|
||||
#include <dbghelp.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
#else
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include "dbghelp/dbghelp.h"
|
||||
#else
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4091)
|
||||
#include <dbghelp.h>
|
||||
#pragma warning(pop)
|
||||
#endif // __GNUC__
|
||||
|
||||
#ifndef deflen
|
||||
|
@ -4,7 +4,10 @@
|
||||
#ifdef __GNUC__
|
||||
#include "dbghelp\dbghelp.h"
|
||||
#else
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4091)
|
||||
#include <dbghelp.h>
|
||||
#pragma warning(pop)
|
||||
#endif //__GNUC__
|
||||
|
||||
void SafeDbghelpInitialize();
|
||||
|
@ -1,5 +1,8 @@
|
||||
#include <windows.h>
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4091)
|
||||
#include <dbghelp.h>
|
||||
#pragma warning(pop)
|
||||
#include <stdio.h>
|
||||
#include <exception>
|
||||
#include <signal.h>
|
||||
|
@ -4,7 +4,10 @@
|
||||
#include <string>
|
||||
#include <shlwapi.h>
|
||||
#include <objbase.h>
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4091)
|
||||
#include <shlobj.h>
|
||||
#pragma warning(pop)
|
||||
#include <atlcomcli.h>
|
||||
|
||||
#include "../exe/resource.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user