summaryrefslogtreecommitdiff
path: root/xpcom/threads/nsProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/threads/nsProcess.h')
-rw-r--r--xpcom/threads/nsProcess.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xpcom/threads/nsProcess.h b/xpcom/threads/nsProcess.h
index b9d0641770..21d28f1019 100644
--- a/xpcom/threads/nsProcess.h
+++ b/xpcom/threads/nsProcess.h
@@ -19,9 +19,7 @@
#include "nsIWeakReferenceUtils.h"
#include "nsIObserver.h"
#include "nsString.h"
-#ifndef XP_MACOSX
#include "prproces.h"
-#endif
#if defined(PROCESSMODEL_WINAPI)
#include <windows.h>
#include <shellapi.h>
@@ -73,7 +71,7 @@ private:
int32_t mExitValue;
#if defined(PROCESSMODEL_WINAPI)
HANDLE mProcess;
-#elif !defined(XP_MACOSX)
+#else
PRProcess* mProcess;
#endif
};