mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 06:13:14 +01:00
Further changes to compile using MSVC.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user