This commit is contained in:
Sebastian Wilzbach 2017-07-02 22:48:15 +00:00 committed by GitHub
commit e1269266d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
private
{
import std.process;
import std.c.windows.windows;
import core.sys.windows.windows;
}