mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 737988 - Disable Win8 memory reportder due to missing headers in the latest consumer preview. r=jmuizelaar DONTBUILD
This commit is contained in:
parent
366dee9682
commit
7d34124216
@ -88,6 +88,12 @@ using namespace mozilla::gfx;
|
||||
#include "nsMemory.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Required headers are not available in the current consumer preview Win8
|
||||
* dev kit, disabling for now.
|
||||
*/
|
||||
#undef MOZ_WINSDK_TARGETVER
|
||||
|
||||
/**
|
||||
* XXX below should be >= MOZ_NTDDI_WIN8 or such which is not defined yet
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user