mirror of https://github.com/buggins/dlangui.git
Fix SDL app on windows.
This commit is contained in:
parent
f37fa6970b
commit
2c087347d8
|
@ -23,7 +23,7 @@ static if (BACKEND_SDL):
|
|||
import core.runtime;
|
||||
import std.conv;
|
||||
import std.string;
|
||||
import std.utf : toUTF32;
|
||||
import std.utf : toUTF32, toUTF16z;
|
||||
import std.stdio;
|
||||
import std.algorithm;
|
||||
import std.file;
|
||||
|
|
Loading…
Reference in New Issue