From f75590c1f4dbd81d9e4fd7aab7c43084e90cbd14 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 1 May 2021 19:35:55 -0400 Subject: [PATCH] oops --- simpledisplay.d | 1 + 1 file changed, 1 insertion(+) diff --git a/simpledisplay.d b/simpledisplay.d index f9452f4..1e63e5e 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -7937,6 +7937,7 @@ class OperatingSystemFont { } } +version(Windows) private string sliceCString(const(wchar)[] w) { return makeUtf8StringFromWindowsString(cast(wchar*) w.ptr); }