Explorar el Código

UITypes: fix SizeOf() of sets for LCL compatibility

Ondrej Pokorny hace 2 años
padre
commit
72fd08df03
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/rtl-objpas/src/inc/system.uitypes.pp

+ 3 - 0
packages/rtl-objpas/src/inc/system.uitypes.pp

@@ -16,6 +16,9 @@
 unit System.UITypes;
 {$mode delphi}
 
+// LCL defined all sets with SizeOf()=4
+{$PACKSET FIXED}
+
 interface
 
 Type