Skip to content

Commit

Permalink
fix header and TS
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 27, 2014
1 parent c0b9155 commit 40555c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/icu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ static inline php_ustring_t *php_ustring_copy_ex(php_ustring_t *target, php_ustr

static inline zval *_php_ustring_zval_copy_ex(zval *target, php_ustring_t *source, int32_t offset, int32_t length TSRMLS_DC)
{
TSRMLS_FETCH();

object_init_ex(target, ce_UString);

php_ustring_copy_ex(php_ustring_fetch(target), source, offset, length);
Expand Down
2 changes: 2 additions & 0 deletions ustring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#include "config.h"
#endif

#ifdef _WIN32
#include "unicode/unistr.h"
#endif

extern "C" {
# include "php.h"
Expand Down

0 comments on commit 40555c2

Please sign in to comment.