mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Adapted binpac to compile with MSVC for Windows environment.
This commit is contained in:
parent
dd3737b5c8
commit
faa1b7abbf
5 changed files with 29 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
class RE_Matcher;
|
||||
namespace zeek { class RE_Matcher; }
|
||||
|
||||
namespace binpac
|
||||
{
|
||||
|
||||
std::vector<RE_Matcher*>* uncompiled_re_matchers = 0;
|
||||
std::vector<zeek::RE_Matcher*>* uncompiled_re_matchers = 0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue