next try
This commit is contained in:
parent
16019eb8b0
commit
36bb22c7b7
@ -70,7 +70,8 @@
|
||||
/* installed on the particular system. */
|
||||
/* */
|
||||
#ifndef FT2_CONFIG_ROOT
|
||||
#define FT2_CONFIG_ROOT FT2_ROOT ## / ## config
|
||||
#define FT2_CONFIG_ROOT_( x ) x ## / ## config
|
||||
#define FT2_CONFIG_ROOT FT2_CONFIG_ROOT_(FT2_ROOT)
|
||||
#endif
|
||||
|
||||
|
||||
@ -208,7 +209,8 @@
|
||||
|
||||
|
||||
/* now include internal headers definitions from <freetype/internal/...> */
|
||||
#include FT2_INTERNAL_FILE(internal.h)
|
||||
#define FT2_INTERNAL_H FT2_INTERNAL_FILE(internal.h)
|
||||
#include FT2_INTERNAL_H
|
||||
|
||||
|
||||
#endif /* __FT2_BUILD_H__ */
|
||||
|
@ -48,7 +48,7 @@
|
||||
#undef LOG
|
||||
#ifdef AH_DEBUG_OPTIM
|
||||
|
||||
#define LOG( x ) optim_log##x
|
||||
#define LOG( x ) optim_log ## x
|
||||
|
||||
#else
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#ifdef AH_DEBUG
|
||||
|
||||
#include <stdio.h>
|
||||
#define AH_LOG( x ) printf##x
|
||||
#define AH_LOG( x ) printf ## x
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user