Commit 3925e814 authored by Antoine Cellerier's avatar Antoine Cellerier

Undef a few local macros.

parent 1032d829
...@@ -387,6 +387,7 @@ void resolve_xml_special_chars( char *psz_value ) ...@@ -387,6 +387,7 @@ void resolve_xml_special_chars( char *psz_value )
else TRY_CHAR( "'", 6, '\'' ) else TRY_CHAR( "'", 6, '\'' )
else TRY_CHAR( ">", 4, '>' ) else TRY_CHAR( ">", 4, '>' )
else TRY_CHAR( """, 6, '"' ) else TRY_CHAR( """, 6, '"' )
#undef TRY_CHAR
else if( psz_value[1] == '#' ) else if( psz_value[1] == '#' )
{ {
char *psz_end; char *psz_end;
...@@ -1000,6 +1001,8 @@ char *__str_format_meta( vlc_object_t *p_object, const char *string ) ...@@ -1000,6 +1001,8 @@ char *__str_format_meta( vlc_object_t *p_object, const char *string )
return dst; return dst;
} }
#undef INSERT_STRING
#undef INSERT_STRING_NO_FREE
/** /**
* Apply str format time and str format meta * Apply str format time and str format meta
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment