diff options
Diffstat (limited to 'base/process.h')
-rw-r--r-- | base/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/process.h b/base/process.h index 8b54fb2..2a92fcd 100644 --- a/base/process.h +++ b/base/process.h @@ -16,6 +16,7 @@ #if defined(OS_WIN) typedef HANDLE ProcessHandle; #elif defined(OS_POSIX) +// On POSIX, our ProcessHandle will just be the PID. typedef int ProcessHandle; #endif |