summaryrefslogtreecommitdiffstats
path: root/openvpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.c')
-rw-r--r--openvpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn.c b/openvpn.c
index 84289d2..b2175a1 100644
--- a/openvpn.c
+++ b/openvpn.c
@@ -131,7 +131,7 @@ main (int argc, char *argv[])
return 1;
#endif
-#ifdef TARGET_WIN32
+#ifdef WIN32
SetConsoleOutputCP (CP_UTF8);
#endif