added windows.h since it is no longer provided by NSPR

This commit is contained in:
rpotts 1998-04-29 19:57:57 +00:00
Родитель 68c4a8813d
Коммит a14bcb0269
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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