Add stub GDEF files

This commit is contained in:
Behdad Esfahbod 2006-12-28 06:42:37 -05:00
parent b3395a7aa3
commit 5b3f7702a6
5 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,8 @@
#ifndef HARFBUZZ_GDEF_PRIVATE_H
#define HARFBUZZ_GDEF_PRIVATE_H
#include "harfbuzz-private.h"
#include "harfbuzz-gdef.h"
#endif /* HARFBUZZ_GDEF_PRIVATE_H */

11
src/harfbuzz-gdef.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef HARFBUZZ_GDEF_H
#define HARFBUZZ_GDEF_H
#include "harfbuzz-common.h"
HARFBUZZ_BEGIN_DECLS();
HARFBUZZ_END_DECLS();
#endif /* HARFBUZZ_GDEF_H */

View File

@ -1,10 +1,9 @@
#ifndef HARFBUZZ_OPEN_PRIVATE_H
#define HARFBUZZ_OPEN_PRIVATE_H
#include "harfbuzz-private.h"
#include "harfbuzz-open.h"
#include <stdint.h>
#include <assert.h>
#include <glib.h>
/* Macros to convert to/from BigEndian */

6
src/harfbuzz-private.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef HARFBUZZ_PRIVATE_H
#define HARFBUZZ_PRIVATE_H
#include <assert.h>
#endif /* HARFBUZZ_PRIVATE_H */

View File

@ -1,4 +1,5 @@
#include "harfbuzz-open-private.h"
#include "harfbuzz-gdef-private.h"
#include <stdlib.h>
#include <stdio.h>