diff options
Diffstat (limited to 'win32/project/pthreads.vcxproj')
-rw-r--r-- | win32/project/pthreads.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/project/pthreads.vcxproj b/win32/project/pthreads.vcxproj index 7ea7c3d..7820ce8 100644 --- a/win32/project/pthreads.vcxproj +++ b/win32/project/pthreads.vcxproj @@ -27,7 +27,7 @@ <ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
+ <CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
|