Get rid of obsolete CppRuntime_DigitalMars special cases

This commit is contained in:
Martin Kinkelin 2024-05-25 18:58:37 +02:00
parent f08bbff91f
commit 01c9c22f3f
10 changed files with 24 additions and 136 deletions

View file

@ -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;