Skip to content

Commit c33e873

Browse files
committed
Further fix of the fix...
1 parent 41ae302 commit c33e873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonForDelphi/Components/Sources/Core/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3634,7 +3634,7 @@ function TPythonInterface.GetUnicodeTypeSuffix : String;
36343634
Result := ''
36353635
else if APIVersion >= 1011 then
36363636
Result :=
3637-
{$IF DEFINED(WINDOWS) or DEFINED(DARWIN) or DEFINED(SOLARIS)}
3637+
{$IF DEFINED(MSWINDOWS) or DEFINED(DARWIN) or DEFINED(SOLARIS)}
36383638
'UCS2'
36393639
{$ELSE}
36403640
'UCS4'

0 commit comments

Comments
 (0)