mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 16:41:06 +03:00
Further changes to compile using MSVC.
This commit is contained in:
parent
bb2ca5b4f5
commit
48f8ffeb0b
6 changed files with 26 additions and 9 deletions
|
@ -44,7 +44,7 @@ LLType* DtoComplexBaseType(Type* t)
|
|||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
LLConstant* DtoConstComplex(Type* _ty, long double re, long double im)
|
||||
LLConstant* DtoConstComplex(Type* _ty, longdouble re, longdouble im)
|
||||
{
|
||||
TY ty = _ty->toBasetype()->ty;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue