winebuild: Allow angle brackets in export names.

oldstable
Vincent Povirk 2012-05-02 14:16:01 -05:00 committed by Alexandre Julliard
parent baa0056385
commit ee1531ef78
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static const char *separator_chars;
static const char *comment_chars;
/* valid characters in ordinal names */
static const char valid_ordname_chars[] = "/$:-_@?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
static const char valid_ordname_chars[] = "/$:-_@?<>abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
static const char * const TypeNames[TYPE_NBTYPES] =
{