summaryrefslogtreecommitdiffstats
path: root/visual/VS2010/fullbench-dll
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-22 09:58:58 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-22 09:58:58 (GMT)
commitfea95c156761ee10d32a4f12105ebd90c67d4f47 (patch)
treeec2cffd748088b15927b85282444baef5b243fc5 /visual/VS2010/fullbench-dll
parente6af952f8495de3a9e3cabb9a21e0ba4d7d28ff0 (diff)
downloadlz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.zip
lz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.tar.gz
lz4-fea95c156761ee10d32a4f12105ebd90c67d4f47.tar.bz2
use FindFirstFileA and FindNextFileA on Windows
Diffstat (limited to 'visual/VS2010/fullbench-dll')
-rw-r--r--visual/VS2010/fullbench-dll/fullbench-dll.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj
index 1ee263d..c10552a 100644
--- a/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj
+++ b/visual/VS2010/fullbench-dll/fullbench-dll.vcxproj
@@ -29,24 +29,24 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>MultiByte</CharacterSet>
+ <CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>MultiByte</CharacterSet>
+ <CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
+ <CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
+ <CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">