Fixed an XP change that wasn't XP (_MAX_PATH is already defined on the mac)

git-svn-id: svn://10.0.0.236/trunk@9195 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thom%netscape.com
1998-09-03 02:53:25 +00:00
parent d2023dac41
commit 77361183d1

View File

@@ -516,8 +516,10 @@ nsViewerApp::AfterDispatch()
#include "nsIURL.h"
#ifndef XP_PC
#ifndef XP_MAC
#define _MAX_PATH 512
#endif
#endif
#define DEBUG_EMPTY "(none)"
static PRInt32 gDebugRobotLoads = 5000;