Rewrote usages of define(_MSC_VER) to ifdef _MSC_VER

This commit is contained in:
Tomer Lev 2022-11-01 19:52:22 +02:00
parent 5cdc6e150e
commit a105ea9d80
6 changed files with 17 additions and 19 deletions

View file

@ -25,7 +25,7 @@ struct Field;
namespace zeek
{
#if defined(_MSC_VER)
#ifdef _MSC_VER
#undef VOID
#endif