Add stub GDEF files
This commit is contained in:
parent
b3395a7aa3
commit
5b3f7702a6
8
src/harfbuzz-gdef-private.h
Normal file
8
src/harfbuzz-gdef-private.h
Normal 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
11
src/harfbuzz-gdef.h
Normal 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 */
|
@ -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
6
src/harfbuzz-private.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HARFBUZZ_PRIVATE_H
|
||||
#define HARFBUZZ_PRIVATE_H
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#endif /* HARFBUZZ_PRIVATE_H */
|
@ -1,4 +1,5 @@
|
||||
#include "harfbuzz-open-private.h"
|
||||
#include "harfbuzz-gdef-private.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user