--- embedaddon/php/ext/intl/msgformat/msgformat_data.h 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/intl/msgformat/msgformat_data.h 2013/07/22 01:31:52 1.1.1.2 @@ -19,10 +19,10 @@ #include +#include "../intl_error.h" + #include -#include "intl_error.h" - typedef struct { // error hangling intl_error error; @@ -36,6 +36,9 @@ typedef struct { msgformat_data* msgformat_data_create( TSRMLS_D ); void msgformat_data_init( msgformat_data* mf_data TSRMLS_DC ); void msgformat_data_free( msgformat_data* mf_data TSRMLS_DC ); + +#ifdef MSG_FORMAT_QUOTE_APOS int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec); +#endif #endif // MSG_FORMAT_DATA_H