Move HB_EXTERN

This commit is contained in:
Behdad Esfahbod 2018-10-27 04:01:19 -07:00
parent 524e854c15
commit 55a19d73b4
2 changed files with 4 additions and 4 deletions

View File

@ -33,6 +33,10 @@
#ifndef HB_COMMON_H
#define HB_COMMON_H
#ifndef HB_EXTERN
#define HB_EXTERN extern
#endif
#ifndef HB_BEGIN_DECLS
# ifdef __cplusplus
# define HB_BEGIN_DECLS extern "C" {

View File

@ -28,10 +28,6 @@
#define HB_H
#define HB_H_IN
#ifndef HB_EXTERN
#define HB_EXTERN extern
#endif
#include "hb-blob.h"
#include "hb-buffer.h"
#include "hb-common.h"