From 1a414c7b6be312e59a419aa2346a602fa962c94a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 27 Oct 2017 01:29:58 -0400 Subject: delete -municode command line argument The solution to this is to always have it on and only use the 'W' versions of respective windows APIs. See the issue for this. --- src/codegen.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index 0a78ef0740..1dc8205c8e 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -261,10 +261,6 @@ void codegen_set_windows_subsystem(CodeGen *g, bool mwindows, bool mconsole) { g->windows_subsystem_console = mconsole; } -void codegen_set_windows_unicode(CodeGen *g, bool municode) { - g->windows_linker_unicode = municode; -} - void codegen_set_mmacosx_version_min(CodeGen *g, Buf *mmacosx_version_min) { g->mmacosx_version_min = mmacosx_version_min; } -- cgit v1.2.3