Mageia Bugzilla – Attachment 2550 Details for
Bug 6740
ttf2eot, an utility for converting TTF to EOT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to fix the compilation error
cstddef.patch (text/plain), 502 bytes, created by
Olivier Delaune
on 2012-07-10 19:40:47 CEST
(
hide
)
Description:
patch to fix the compilation error
Filename:
MIME Type:
Creator:
Olivier Delaune
Created:
2012-07-10 19:40:47 CEST
Size:
502 bytes
patch
obsolete
>diff -aur ttf2eot-0.0.2-2/OpenTypeUtilities.h ttf2eot-new/OpenTypeUtilities.h >--- ttf2eot-0.0.2-2/OpenTypeUtilities.h 2009-04-30 11:18:46.000000000 +0200 >+++ ttf2eot-new/OpenTypeUtilities.h 2011-10-14 17:15:09.982065512 +0200 >@@ -28,6 +28,8 @@ > #ifndef OpenTypeUtilities_h > #define OpenTypeUtilities_h > >+#include <cstddef> >+ > using std::vector; > > bool getEOTHeader(unsigned char * fontData, size_t fontSize, vector<uint8_t>& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength);
diff -aur ttf2eot-0.0.2-2/OpenTypeUtilities.h ttf2eot-new/OpenTypeUtilities.h --- ttf2eot-0.0.2-2/OpenTypeUtilities.h 2009-04-30 11:18:46.000000000 +0200 +++ ttf2eot-new/OpenTypeUtilities.h 2011-10-14 17:15:09.982065512 +0200 @@ -28,6 +28,8 @@ #ifndef OpenTypeUtilities_h #define OpenTypeUtilities_h +#include <cstddef> + using std::vector; bool getEOTHeader(unsigned char * fontData, size_t fontSize, vector<uint8_t>& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6740
:
2549
| 2550