@@ -1374,7 +1374,7 @@ EPyWindowsError = class (EPyOSError);
13741374 TIOStringList = TStringList;
13751375
13761376 { $IF not Defined(FPC) and (CompilerVersion >= 23)}
1377- [ComponentPlatformsAttribute(pidWin32 or pidWin64 )]
1377+ [ComponentPlatformsAttribute(pidAllPlatforms )]
13781378 { $IFEND}
13791379 TPythonInputOutput = class (TComponent)
13801380 protected
@@ -2122,7 +2122,7 @@ TPythonTraceback = class
21222122 end ;
21232123
21242124 { $IF not Defined(FPC) and (CompilerVersion >= 23)}
2125- [ComponentPlatformsAttribute(pidWin32 or pidWin64 )]
2125+ [ComponentPlatformsAttribute(pidAllPlatforms )]
21262126 { $IFEND}
21272127 TPythonEngine = class (TPythonInterface)
21282128 private
@@ -2599,7 +2599,7 @@ TErrors = class(TCollection)
25992599 end ;
26002600
26012601 { $IF not Defined(FPC) and (CompilerVersion >= 23)}
2602- [ComponentPlatformsAttribute(pidWin32 or pidWin64 )]
2602+ [ComponentPlatformsAttribute(pidAllPlatforms )]
26032603 { $IFEND}
26042604 TPythonModule = class (TMethodsContainer)
26052605 protected
@@ -2865,7 +2865,7 @@ TTypeServices = class(TPersistent)
28652865 // The component that initializes the Python type and
28662866 // that creates instances of itself.
28672867 { $IF not Defined(FPC) and (CompilerVersion >= 23)}
2868- [ComponentPlatformsAttribute(pidWin32 or pidWin64 )]
2868+ [ComponentPlatformsAttribute(pidAllPlatforms )]
28692869 { $IFEND}
28702870 TPythonType = class (TGetSetContainer)
28712871 protected
@@ -2953,7 +2953,7 @@ TPythonType = class(TGetSetContainer)
29532953 TExtSetDataEvent = procedure ( Sender : TObject; Data : PPyObject) of Object ;
29542954
29552955 { $IF not Defined(FPC) and (CompilerVersion >= 23)}
2956- [ComponentPlatformsAttribute(pidWin32 or pidWin64 )]
2956+ [ComponentPlatformsAttribute(pidAllPlatforms )]
29572957 { $IFEND}
29582958 TPythonDelphiVar = class ( TEngineClient )
29592959 protected
0 commit comments