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