mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #80 - Fix gfx/thebes Windows conditional
This commit is contained in:
parent
d25a16be88
commit
cd9055ddce
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue