зеркало из https://github.com/stride3d/freetype.git
Make PIC files to include module error headers, to use the
error codes with per-module prefix. * src/autofit/afpic.c: Include `aferrors.h'. * src/cff/cffpic.c: Include `cfferrs.h'. * src/pshinter/pshpic.c: Include `pshnterr.h'. * src/raster/rastpic.c: Include `rasterrs.h'. * src/sfnt/sfntpic.c: Include `sferrors.h'. * src/smooth/ftspic.c: Include `ftsmerrs.h'. * src/truetype/ttpic.c: Include `tterrors.h'.
This commit is contained in:
Родитель
21472de11d
Коммит
4b733517d7
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2012-01-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
Make PIC files to include module error headers, to use the
|
||||
error codes with per-module prefix.
|
||||
|
||||
* src/autofit/afpic.c: Include `aferrors.h'.
|
||||
* src/cff/cffpic.c: Include `cfferrs.h'.
|
||||
* src/pshinter/pshpic.c: Include `pshnterr.h'.
|
||||
* src/raster/rastpic.c: Include `rasterrs.h'.
|
||||
* src/sfnt/sfntpic.c: Include `sferrors.h'.
|
||||
* src/smooth/ftspic.c: Include `ftsmerrs.h'.
|
||||
* src/truetype/ttpic.c: Include `tterrors.h'.
|
||||
|
||||
2012-01-04 Tobias Ringström <tobias@ringis.se>
|
||||
|
||||
[truetype] Fix IP instruction if x_ppem != y_ppem.
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "afpic.h"
|
||||
#include "aferrors.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "cffpic.h"
|
||||
#include "cfferrs.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "pshpic.h"
|
||||
#include "pshnterr.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "rastpic.h"
|
||||
#include "rasterrs.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "sfntpic.h"
|
||||
#include "sferrors.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "ftspic.h"
|
||||
#include "ftsmerrs.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "ttpic.h"
|
||||
#include "tterrors.h"
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_PIC
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче