From b2b326749bc086a4982918ab6ee97d96c6f0573b Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Fri, 3 May 2013 18:22:02 +0300 Subject: [bugfix] Samsung Duos LDPI fix --- platform/platform_win.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/platform_win.cpp') diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp index 43541563e9..e7058814e2 100644 --- a/platform/platform_win.cpp +++ b/platform/platform_win.cpp @@ -148,3 +148,7 @@ bool Platform::GetFileSizeByFullPath(string const & filePath, uint64_t & size) } return false; } + +void Platform::GetSystemFontNames(FilesList & res) const +{ +} -- cgit v1.2.3