temporarily import from win32-extras
This commit is contained in:
parent
2c71f4a3a8
commit
92c7e67022
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ module Utility.PID where
|
|||
import System.Posix.Types (ProcessID)
|
||||
import System.Posix.Process (getProcessID)
|
||||
#else
|
||||
import System.Win32.Process (ProcessId, getCurrentProcessId)
|
||||
import System.Win32.Process (ProcessId)
|
||||
import System.Win32.Process.Current (getCurrentProcessId)
|
||||
#endif
|
||||
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
|
Loading…
Reference in a new issue