소스 검색

* make clongdouble only a double on win64 and wince, on win32 we follow gcc

git-svn-id: trunk@9118 -
florian 18 년 전
부모
커밋
ebc99e1bd6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/inc/ctypes.pp

+ 1 - 1
rtl/inc/ctypes.pp

@@ -76,7 +76,7 @@ type
   cdouble                = double;             pcdouble               = ^cdouble;
 {$endif}
 
-{$ifdef windows}
+{$ifdef defined(win64) or defined(wince)}
   {$define longdouble_is_double}
 {$endif}