summaryrefslogtreecommitdiff
path: root/apps/FaCE/FaCE.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/FaCE/FaCE.h')
-rw-r--r--apps/FaCE/FaCE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/FaCE/FaCE.h b/apps/FaCE/FaCE.h
index 8a4b80425d9..ef1842323c0 100644
--- a/apps/FaCE/FaCE.h
+++ b/apps/FaCE/FaCE.h
@@ -30,7 +30,7 @@
#include "CE_Screen_Output.h"
#define ACE_TCHAR wchar_t
-#define ACE_LIB_TEXT(STRING) L##STRING
+#define ACE_TEXT(STRING) L##STRING
#define ACE_CE_Screen_Output CE_Screen_Output
int main_i(int, wchar_t**);