Remove deprecated stdc import
This commit is contained in:
parent
fef85e388a
commit
7ec3c20272
|
@ -1,5 +1,5 @@
|
||||||
private
|
private
|
||||||
{
|
{
|
||||||
import std.process;
|
import std.process;
|
||||||
import std.c.windows.windows;
|
import core.sys.windows.windows;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue