Fix yet another build bustage by maio ... windows.h was removed somewhere....

git-svn-id: svn://10.0.0.236/trunk@879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider 1998-04-29 23:49:38 +00:00
parent 2d279ab608
commit 33154649fc

View File

@ -16,6 +16,11 @@
* Reserved.
*/
#include <stdio.h>
#ifdef _WIN32
#include "windows.h"
#endif
#include "nscore.h"
#include "nsISupports.h"
#include "nsIShellInstance.h"