Add DEBUG-only include of "prenv.h". Bustage fix.
git-svn-id: svn://10.0.0.236/trunk@106487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e2267e9bac
commit
38b6df0b56
@ -33,6 +33,9 @@
|
||||
#include <Processes.h>
|
||||
#include <Gestalt.h>
|
||||
#include "nsIInternetConfigService.h"
|
||||
#ifdef DEBUG
|
||||
#include "prenv.h" // For PR_Getenv
|
||||
#endif
|
||||
#elif defined(XP_WIN)
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user