Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #10026
  • Loading branch information
tesonep committed Sep 23, 2021
1 parent 66e37c8 commit 7553614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-OSEnvironments/Win32Environment.class.st
Expand Up @@ -20,7 +20,7 @@ Class {

{ #category : #testing }
Win32Environment class >> isDefaultFor: aPlatform [
^ aPlatform isWin32
^ aPlatform isWindows
]

{ #category : #accessing }
Expand Down

0 comments on commit 7553614

Please sign in to comment.