summaryrefslogtreecommitdiff
path: root/msvc/getopt_2017.vcxproj
diff options
context:
space:
mode:
authorRipleyTom <RipleyTom@users.noreply.github.com>2019-05-02 17:43:36 +0200
committerNathan Hjelm <hjelmn@me.com>2019-07-07 21:41:00 -0600
commit77037c4dd64cd4e28ed5ab1bc0b893c81fb3e20a (patch)
tree943a8ba07ec09a3757fc5ba6791b7f92da59cd10 /msvc/getopt_2017.vcxproj
parent8436ba64f969eb0d3a31872f2852ded2039c3659 (diff)
downloadlibusb-77037c4dd64cd4e28ed5ab1bc0b893c81fb3e20a.tar.gz
Adds /utf-8 to compile options
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'msvc/getopt_2017.vcxproj')
-rw-r--r--msvc/getopt_2017.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/getopt_2017.vcxproj b/msvc/getopt_2017.vcxproj
index 7586b6a..3d62696 100644
--- a/msvc/getopt_2017.vcxproj
+++ b/msvc/getopt_2017.vcxproj
@@ -63,6 +63,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
+ <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>HAVE_STRING_H;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>