Issue #80 - Fix gfx/thebes Windows conditional

This commit is contained in:
Moonchild 2020-05-13 14:34:14 +00:00 committed by Roy Tam
commit cd9055ddce

View file

@ -9,7 +9,9 @@
#include "nsThreadUtils.h" // for nsRunnable
#include "gfxPlatformFontList.h"
#include "mozilla/gfx/Logging.h"
#ifdef XP_WIN
#include <d3d11.h>
#endif
using namespace mozilla;
using services::GetObserverService;