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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv0lt <v0lt@users.sourceforge.net>2011-11-04 10:31:39 +0400
committerv0lt <v0lt@users.sourceforge.net>2011-11-04 10:31:39 +0400
commitb18b84c19de85bbf2f9d3eae55cbb8a0034c4ada (patch)
tree296875a764bfc8eeb1cc5ee92b3dbf040381f040 /src/DSUtil/FontInstaller.h
parent8458623e5843d50a53591c62dcf05a559d195d38 (diff)
MatroskaSplitter, DSMSplitter: always use the InstallFontMemory.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3806 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/DSUtil/FontInstaller.h')
-rw-r--r--src/DSUtil/FontInstaller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DSUtil/FontInstaller.h b/src/DSUtil/FontInstaller.h
index c45a6f9d5..d7be0326f 100644
--- a/src/DSUtil/FontInstaller.h
+++ b/src/DSUtil/FontInstaller.h
@@ -12,7 +12,6 @@ class CFontInstaller
CAtlList<HANDLE> m_fonts;
CAtlList<CString> m_files;
- bool InstallFontMemory(const void* pData, UINT len);
bool InstallFontFile(const void* pData, UINT len);
public:
@@ -21,5 +20,6 @@ public:
bool InstallFont(const CAtlArray<BYTE>& data);
bool InstallFont(const void* pData, UINT len);
+ bool InstallFontMemory(const void* pData, UINT len);
void UninstallFonts();
};