diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-10-27 01:29:58 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-10-27 01:29:58 -0400 |
| commit | 1a414c7b6be312e59a419aa2346a602fa962c94a (patch) | |
| tree | ea23991bb6bfbb6986c8086cad3973fbb2a89941 /src/codegen.cpp | |
| parent | 4c306af4eb79071c966b99e877970f0a4582d891 (diff) | |
| download | zig-1a414c7b6be312e59a419aa2346a602fa962c94a.tar.gz zig-1a414c7b6be312e59a419aa2346a602fa962c94a.zip | |
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.
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |
