mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
fix, use 'CRuntime_DigitalMars' to detect the Digital Mars standard C lib
This commit is contained in:
parent
257499176f
commit
53ba5d3c74
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ version (Windows)
|
|||
{
|
||||
// DMD Win 32 bit, DigitalMars C standard library misses the _aligned_xxx
|
||||
// functions family (snn.lib)
|
||||
version(DigitalMars)
|
||||
version(CRuntime_DigitalMars)
|
||||
{
|
||||
// Helper to cast the infos written before the aligned pointer
|
||||
// this header keeps track of the size (required to realloc) and of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue