From 3f731e43e69f4b02dc9ea202268e6ae10a2f8910 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Mon, 3 Apr 2000 22:46:47 +0000 Subject: [PATCH] # 33859 r= sspitzer@netscape.com OS/2 changes for Mozilla - add #ifdef, change #ifdef --- profile/src/nsProfile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/src/nsProfile.cpp b/profile/src/nsProfile.cpp index 0ae30fbaaa3e..18df8028088d 100644 --- a/profile/src/nsProfile.cpp +++ b/profile/src/nsProfile.cpp @@ -70,7 +70,9 @@ #define OLD_REGISTRY_FILE_NAME "Netscape Registry" #elif defined (XP_BEOS) #else /* assume XP_PC */ +#ifndef XP_OS2 #include +#endif #define OLD_REGISTRY_FILE_NAME "nsreg.dat" #endif /* XP_UNIX */