Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-05-03 19:22:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:54:23 +0300
commitb2b326749bc086a4982918ab6ee97d96c6f0573b (patch)
treef991aeca5b4ce2bf36cdec27a5bbe154bd2fbd0a /platform/platform_win.cpp
parent26ebb956f67aaeafa32b4c065b18a8ae048ef286 (diff)
[bugfix] Samsung Duos LDPI fix
Diffstat (limited to 'platform/platform_win.cpp')
-rw-r--r--platform/platform_win.cpp4
1 files changed, 4 insertions, 0 deletions
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
+{
+}