summaryrefslogtreecommitdiff
path: root/plugins/Variables/src/parse_logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Variables/src/parse_logic.h')
-rw-r--r--plugins/Variables/src/parse_logic.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/Variables/src/parse_logic.h b/plugins/Variables/src/parse_logic.h
index adc79d1626..084c28e03a 100644
--- a/plugins/Variables/src/parse_logic.h
+++ b/plugins/Variables/src/parse_logic.h
@@ -17,19 +17,19 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define AND "and"
-#define STR_FALSE "false"
-#define FOR "for"
-#define EQUAL "equal"
-#define GREATER "greater"
-#define IF "if"
-#define IF2 "if2"
-#define IF3 "if3"
-#define IFEQUAL "ifequal"
-#define IFGREATER "ifgreater"
-#define IFLONGER "iflonger"
-#define LONGER "longer"
-#define NOT "not"
-#define OR "or"
-#define STR_TRUE "true"
-#define XOR "xor"
+#define AND _T("and")
+#define STR_FALSE _T("false")
+#define FOR _T("for")
+#define EQUAL _T("equal")
+#define GREATER _T("greater")
+#define IF _T("if")
+#define IF2 _T("if2")
+#define IF3 _T("if3")
+#define IFEQUAL _T("ifequal")
+#define IFGREATER _T("ifgreater")
+#define IFLONGER _T("iflonger")
+#define LONGER _T("longer")
+#define NOT _T("not")
+#define OR _T("or")
+#define STR_TRUE _T("true")
+#define XOR _T("xor")