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:
parent
2d279ab608
commit
33154649fc
@ -16,6 +16,11 @@
|
||||
* Reserved.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsIShellInstance.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user