blob: 42cf82e561a8234b8e5697b1c194699388aa675c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// this is for Windows
definition module CoclSystemDependent
// RWS split
// from deltaIOSystem import DeviceSystem
// from deltaEventIO import InitialIO, IOState
PathSeparator
:== ';'
DirectorySeparator
:== '\\'
SystemDependentDevices :: [a]
SystemDependentInitialIO :: [a]
|