From e5a34fbf49b96fa83dbff1ee3366ea623cc1b1eb Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Mon, 3 Apr 2000 22:58:34 +0000 Subject: [PATCH] # 33859 r= dveditz@netscape.com OS/2 changes for Mozilla - add #ifdef, change #ifdef git-svn-id: svn://10.0.0.236/trunk@65075 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/stub/xpistub.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/xpinstall/stub/xpistub.cpp b/mozilla/xpinstall/stub/xpistub.cpp index 971a2be4fae..d23a561c643 100644 --- a/mozilla/xpinstall/stub/xpistub.cpp +++ b/mozilla/xpinstall/stub/xpistub.cpp @@ -43,8 +43,10 @@ #include "plstr.h" #ifdef XP_PC +#if !defined(XP_OS2) #include #include +#endif #define COMPONENT_REG "component.reg" #endif