diff options
Diffstat (limited to 'main/Windows/CoclSystemDependent.dcl')
-rw-r--r-- | main/Windows/CoclSystemDependent.dcl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl new file mode 100644 index 0000000..42cf82e --- /dev/null +++ b/main/Windows/CoclSystemDependent.dcl @@ -0,0 +1,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] |