From b623f97d9fd0d1968c285bbd7e30bf89d4de288d Mon Sep 17 00:00:00 2001 From: ocornut Date: Sun, 1 Feb 2015 09:33:41 +0000 Subject: [PATCH] Examples: DirectX11: fixed build setting of Release mode. --- examples/directx11_example/directx11_example.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/directx11_example/directx11_example.vcxproj b/examples/directx11_example/directx11_example.vcxproj index 92ad83aad..e037bb276 100644 --- a/examples/directx11_example/directx11_example.vcxproj +++ b/examples/directx11_example/directx11_example.vcxproj @@ -24,7 +24,7 @@ Application false true - MultiByte + Unicode