aboutsummaryrefslogtreecommitdiff
path: root/main/Windows/CoclSystemDependent.icl
blob: dc1d17bdb1b4c85d8f1b1946faf1a04bb8b12002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// this is for Windows
implementation module CoclSystemDependent

PathSeparator
	:==	';'
DirectorySeparator
	:== '\\'

SystemDependentDevices :: [a]
SystemDependentDevices
		=	[]

SystemDependentInitialIO :: [a]
SystemDependentInitialIO
		=	[]