mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Fix build bustage. Putting includes in ifdefs is BAD!
This commit is contained in:
parent
714333c300
commit
888f05425c
@ -46,12 +46,13 @@
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIURL.h"
|
||||
|
||||
#include "nsNetUtil.h"
|
||||
|
||||
// URL file handling, copied and modified from xpfe/components/bookmarks/src/nsBookmarksService.cpp
|
||||
#ifdef XP_WIN
|
||||
#include <shlobj.h>
|
||||
#include <intshcut.h>
|
||||
#include "nsIFileURL.h"
|
||||
#include "nsNetUtil.h"
|
||||
#ifdef CompareString
|
||||
#undef CompareString
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user