mirror of
https://github.com/yamadapc/d-colorize
synced 2024-11-14 21:14:00 +01:00
Let the nogc enum
fix from 4a46262
be private.
This is so it doesn't leak on `import`. This also bumps version to `1.0.4` and is also related to #7.
This commit is contained in:
parent
4a462627ea
commit
a075732c0b
|
@ -11,7 +11,7 @@ version(Windows)
|
|||
import core.sys.windows.windows;
|
||||
|
||||
// Patch for DMD 2.065 compatibility
|
||||
static if( __VERSION__ < 2066 ) enum nogc = 1;
|
||||
static if( __VERSION__ < 2066 ) private enum nogc = 1;
|
||||
|
||||
// This is a state machine to enable terminal colors on Windows.
|
||||
// Parses and interpret ANSI/VT100 Terminal Control Escape Sequences.
|
||||
|
|
Loading…
Reference in a new issue