Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
120d6838
Commit
120d6838
authored
Feb 25, 2003
by
Diederik van Arkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win platform mods + use win version of PmDriver as base
parent
2d206575
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
446 additions
and
553 deletions
+446
-553
Pm/PmDriver.icl
Pm/PmDriver.icl
+441
-553
Win/Platform.dcl
Win/Platform.dcl
+1
-0
Win/Platform.icl
Win/Platform.icl
+4
-0
No files found.
Pm/PmDriver.icl
View file @
120d6838
This diff is collapsed.
Click to expand it.
Win/Platform.dcl
View file @
120d6838
...
...
@@ -15,3 +15,4 @@ PrefsDir :: String
batchOptions
::
!*
World
->
(!
Bool
,
Bool
,
String
,*
File
,!*
World
)
wAbort
::
!
String
!*
World
->
*
World
pAbort
::
!(
PSt
.
a
)
->
PSt
.
a
Win/Platform.icl
View file @
120d6838
...
...
@@ -77,6 +77,10 @@ wAbort message world
#
world
=
set_return_code_world
(
-1
)
world
=
world
pAbort
::
!(
PSt
.
a
)
->
PSt
.
a
pAbort
ps
=
set_return_code_pst
(
-1
)
ps
installPlatformEventHandlers
::
!*(
PSt
.
l
)
->
*(
PSt
.
l
)
installPlatformEventHandlers
ps
=
ps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment