Minor
This commit is contained in:
parent
6d9a329a8a
commit
37191ede75
|
@ -43,8 +43,6 @@
|
||||||
# endif /* !__cplusplus */
|
# endif /* !__cplusplus */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
|
||||||
|
|
||||||
#if !defined (HB_DONT_DEFINE_STDINT)
|
#if !defined (HB_DONT_DEFINE_STDINT)
|
||||||
|
|
||||||
#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || \
|
#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || \
|
||||||
|
@ -69,6 +67,8 @@ typedef unsigned __int64 uint64_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
||||||
typedef int hb_bool_t;
|
typedef int hb_bool_t;
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include <unicode/uscript.h>
|
#include <unicode/uscript.h>
|
||||||
|
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue