Explorar el Código

* fixed for win64

git-svn-id: trunk@4560 -
florian hace 19 años
padre
commit
19b11c78e3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rtl/inc/cmem.pp

+ 2 - 0
rtl/inc/cmem.pp

@@ -21,6 +21,8 @@ Const
 
 {$if defined(win32)}
   LibName = 'msvcrt';
+{$elseif defined(win64)}
+  LibName = 'msvcrt';
 {$elseif defined(wince)}
   LibName = 'coredll';
 {$elseif defined(netware)}