Bug 737988 - Disable Win8 memory reportder due to missing headers in the latest consumer preview. r=jmuizelaar DONTBUILD

This commit is contained in:
Jim Mathies 2012-03-27 08:42:03 -05:00
parent 5c0da33af5
commit c2cd566559

View File

@ -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
*/