瀏覽代碼

Examples: DirectX11: fixed build setting of Release mode.

ocornut 10 年之前
父節點
當前提交
b623f97d9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/directx11_example/directx11_example.vcxproj

+ 1 - 1
examples/directx11_example/directx11_example.vcxproj

@@ -24,7 +24,7 @@
     <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">