Update rules.c
Fix broken win build script
This commit is contained in:
@@ -26,6 +26,10 @@
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "text.h"
|
#include "text.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
enum Rulewords {
|
enum Rulewords {
|
||||||
r_RULE,
|
r_RULE,
|
||||||
r_IF,
|
r_IF,
|
||||||
|
|||||||
Reference in New Issue
Block a user