Browse Source

UITypes: fix SizeOf() of sets for LCL compatibility

Ondrej Pokorny 2 years ago
parent
commit
72fd08df03
1 changed files with 3 additions and 0 deletions
  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