2
0
peter 20 жил өмнө
parent
commit
96ccefd68c

+ 3 - 3
packages/extra/x11/xlib.pp

@@ -16,12 +16,12 @@ const
 {$endif}
 
 type
-  culong = dword;
+  culong = sizeuint;
   cuchar = byte;
 
-  clong = longint;
+  clong = sizeint;
   cint = longint;
-  cuint = dword;
+  cuint = longword;
   cshort = smallint;
   cushort = word;