mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-03 19:28:40 +00:00
Fix Windows 11 build.
This commit is contained in:
parent
0058145eff
commit
e53fa0c110
3
external/regex/regex.h
vendored
3
external/regex/regex.h
vendored
@ -208,7 +208,8 @@ typedef unsigned long int reg_syntax_t;
|
||||
some interfaces). When a regexp is compiled, the syntax used is
|
||||
stored in the pattern buffer, so changing this does not affect
|
||||
already-compiled regexps. */
|
||||
REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
|
||||
//REGEX_VARIABLE_IMPEXP reg_syntax_t re_syntax_options;
|
||||
extern reg_syntax_t re_syntax_options;
|
||||
|
||||
/* Define combinations of the above bits for the standard possibilities.
|
||||
(The [[[ comments delimit what gets put into the Texinfo file, so
|
||||
|
Loading…
x
Reference in New Issue
Block a user