We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ae302 commit c33e873Copy full SHA for c33e873
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -3634,7 +3634,7 @@ function TPythonInterface.GetUnicodeTypeSuffix : String;
3634
Result := ''
3635
else if APIVersion >= 1011 then
3636
Result :=
3637
- {$IF DEFINED(WINDOWS) or DEFINED(DARWIN) or DEFINED(SOLARIS)}
+ {$IF DEFINED(MSWINDOWS) or DEFINED(DARWIN) or DEFINED(SOLARIS)}
3638
'UCS2'
3639
{$ELSE}
3640
'UCS4'
0 commit comments