Fixed compiler warnings in squirrel (minor stuff, patch is submitted to upstream)
[supertux.git] / src / squirrel / squirrel / sqlexer.h
index 52993e5..eb3bc87 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef _SQLEXER_H_
 #define _SQLEXER_H_
 
-#ifdef _UNICODE
+#ifdef SQUNICODE
 typedef SQChar LexChar;
 #else
 typedef        unsigned char LexChar;