зеркало из https://github.com/mozilla/gecko-dev.git
added windows.h since it is no longer provided by NSPR
This commit is contained in:
Родитель
68c4a8813d
Коммит
a14bcb0269
|
@ -19,6 +19,8 @@
|
|||
#ifndef nsFontMetricsWin_h__
|
||||
#define nsFontMetricsWin_h__
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "nsIFontMetrics.h"
|
||||
#include "nsFont.h"
|
||||
#include "nsString.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#ifndef nsImageWin_h___
|
||||
#define nsImageWin_h___
|
||||
|
||||
#include <windows.h>
|
||||
#include "nsIImage.h"
|
||||
|
||||
class nsImageWin : public nsIImage
|
||||
|
|
Загрузка…
Ссылка в новой задаче