Some mac-only debug window control. bug 24312. r=jj
git-svn-id: svn://10.0.0.236/trunk@58890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0caa279664
commit
b4fec00ee7
@ -21,6 +21,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream.h>
|
#include <iostream.h>
|
||||||
|
|
||||||
|
#ifdef XP_MAC
|
||||||
|
#include "macstdlibextras.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "plstr.h"
|
#include "plstr.h"
|
||||||
#include "prlink.h"
|
#include "prlink.h"
|
||||||
#include "nsIComponentManager.h"
|
#include "nsIComponentManager.h"
|
||||||
@ -129,6 +135,12 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
#ifdef XP_MAC
|
||||||
|
#if DEBUG
|
||||||
|
InitializeSIOUX(1);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
NS_InitXPCOM(NULL, NULL);
|
NS_InitXPCOM(NULL, NULL);
|
||||||
|
|
||||||
/* With no arguments, RegFactory will autoregister */
|
/* With no arguments, RegFactory will autoregister */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user