mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
Get rid of obsolete CppRuntime_DigitalMars special cases
This commit is contained in:
parent
f08bbff91f
commit
01c9c22f3f
10 changed files with 24 additions and 136 deletions
|
@ -908,9 +908,7 @@ void fuzz2()
|
|||
}
|
||||
|
||||
////////
|
||||
version(CppRuntime_DigitalMars)
|
||||
enum UNICODE = false;
|
||||
else version(CppRuntime_Microsoft)
|
||||
version(CppRuntime_Microsoft)
|
||||
enum UNICODE = false; //VS2013 doesn't support them
|
||||
else
|
||||
enum UNICODE = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue