From dde72c5ed899b83246ac1f53e8df0adeb28e7ca4 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Sun, 28 Nov 1999 05:36:12 +0000 Subject: [PATCH] Added XP_PC git-svn-id: svn://10.0.0.236/branches/no_neckoutil2_branch@54527 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsAppRunner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/xpfe/bootstrap/nsAppRunner.cpp b/mozilla/xpfe/bootstrap/nsAppRunner.cpp index 930bce10cb7..f6cf85a3990 100644 --- a/mozilla/xpfe/bootstrap/nsAppRunner.cpp +++ b/mozilla/xpfe/bootstrap/nsAppRunner.cpp @@ -478,9 +478,11 @@ static nsresult Ensure1Window( nsICmdLineService* cmdLineArgs) } #ifdef DEBUG_warren +#ifdef XP_PC #define _CRTDBG_MAP_ALLOC #include #endif +#endif static nsresult main1(int argc, char* argv[]) {