Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
442 B

  1. cpp_quote("#ifndef _RE55_H_")
  2. cpp_quote("#define _RE55_H_")
  3. #define REGEXP_TYPELIB_NAME VBScript_RegExp_55
  4. #define REGEXP_TYPELIB_VERSION 5.5
  5. #define REGEXP_TYPELIB_HELPSTRING "Microsoft VBScript Regular Expressions 5.5"
  6. #define TYPELIB_VERSION 55
  7. #define IREGEXP IRegExp2
  8. #define IMATCH IMatch2
  9. #define IMATCHCOLLECTION IMatchCollection2
  10. #include "re.inc"
  11. cpp_quote("#endif // _RE55_H_")