added windows.h since NSPR no longer includes it...

This commit is contained in:
rpotts 1998-04-29 20:47:18 +00:00
Родитель 23c777f686
Коммит c3abd064a0
3 изменённых файлов: 5 добавлений и 0 удалений

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

@ -20,6 +20,7 @@
#ifdef WIN32_LEAN_AND_MEAN
#undef WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include "prtypes.h"
#include <stdio.h>

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

@ -18,6 +18,8 @@
#include <stdio.h>
#include <assert.h>
#include <windows.h>
#include "plstr.h"
#include "nsIStreamNotification.h"

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

@ -25,6 +25,8 @@
#include "resources.h"
#include "nsString.h"
#include <windows.h>
/*
This class loads creates and loads URLs until finished.
When the doc counter reaches zero, the DocLoader (optionally)