mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Added BeOS fix.
This commit is contained in:
parent
b7a34ec182
commit
5cf0a4cadd
@ -32,6 +32,11 @@
|
|||||||
static HINSTANCE g_hInst = NULL;
|
static HINSTANCE g_hInst = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef XP_BEOS
|
||||||
|
#include <OS.h>
|
||||||
|
#include <image.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static NS_DEFINE_CID(kStandardURLCID, NS_STANDARDURL_CID);
|
static NS_DEFINE_CID(kStandardURLCID, NS_STANDARDURL_CID);
|
||||||
static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
|
static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user