Browse Source

* long=sizeint

peter 20 years ago
parent
commit
96ccefd68c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/extra/x11/xlib.pp

+ 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;