widl: Support hex digits that use an uppercase 0X prefix.

oldstable
Rob Shearman 2008-04-26 09:51:47 +01:00 committed by Alexandre Julliard
parent 80be9df3a7
commit 62a6475593
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ws [ \f\t\r]
cident [a-zA-Z_][0-9a-zA-Z_]*
int [0-9]+
hexd [0-9a-fA-F]
hex 0x{hexd}+
hex 0(x|X){hexd}+
uuid {hexd}{8}-{hexd}{4}-{hexd}{4}-{hexd}{4}-{hexd}{12}
double [0-9]+\.[0-9]+([eE][+-]?[0-9]+)*