Explorar el Código

* fixed r1347

git-svn-id: branches/fixes_2_0@1348 -
peter hace 20 años
padre
commit
17bca24e0c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      rtl/win32/systhrd.inc

+ 5 - 0
rtl/win32/systhrd.inc

@@ -24,6 +24,11 @@ const
   LMEM_FIXED = 0;
   LMEM_ZEROINIT = 64;
 
+  KernelDLL = 'kernel32.dll';
+
+type
+  SIZE_T = dword;
+
 {$ifndef WINCE}
 function TlsAlloc : DWord;
   stdcall;external KernelDLL name 'TlsAlloc';