Diaglib: Fix compilation with MSVC 2010 / SDK 7.X.
Change-Id: Idf6adc6d3788c3ac6fda770c4cf42bceb530cd48 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
dff18b8e80
commit
c56da2e8da
@ -41,6 +41,10 @@
|
|||||||
|
|
||||||
#include <QtCore/qt_windows.h>
|
#include <QtCore/qt_windows.h>
|
||||||
|
|
||||||
|
#ifndef WS_EX_NOREDIRECTIONBITMAP
|
||||||
|
# define WS_EX_NOREDIRECTIONBITMAP 0x00200000L
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace QtDiag {
|
namespace QtDiag {
|
||||||
|
|
||||||
struct DumpContext {
|
struct DumpContext {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user