diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-08-31 16:05:13 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-08-31 16:05:13 +0000 |
| commit | 14f607efe6cb318756d74604c3cd6810799b5434 (patch) | |
| tree | fd4eed3ffaeab8be48006e8c652f89fae21848ae /src/extension/internal/emf-print.cpp | |
| parent | Merge in pdf work by david bild, thanks David\! (diff) | |
| download | inkscape-14f607efe6cb318756d74604c3cd6810799b5434.tar.gz inkscape-14f607efe6cb318756d74604c3cd6810799b5434.zip | |
Move libuemf to a separate directory.
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
Diffstat (limited to 'src/extension/internal/emf-print.cpp')
| -rw-r--r-- | src/extension/internal/emf-print.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/extension/internal/emf-print.cpp b/src/extension/internal/emf-print.cpp index 33834bea8..1e9b0cd88 100644 --- a/src/extension/internal/emf-print.cpp +++ b/src/extension/internal/emf-print.cpp @@ -62,11 +62,8 @@ #include "emf-print.h" - #include <string.h> -extern "C" { -#include "libunicode-convert/unicode-convert.h" -} +#include <libuemf/symbol_convert.h> namespace Inkscape { @@ -2064,7 +2061,7 @@ unsigned int PrintEmf::text(Inkscape::Extension::Print * /*mod*/, char const *te U_DEFAULT_QUALITY, U_DEFAULT_PITCH | U_FF_DONTCARE, wfacename); - free(wfacename); + free(wfacename); rec = extcreatefontindirectw_set(&hfont, eht, (char *) &lf, NULL); if(!rec || emf_append((PU_ENHMETARECORD)rec, et, U_REC_FREE)){ |
