Module: wine Branch: master Commit: 4936b8e5ec78b9538d08af139cdaf0db4e1f831b URL: http://source.winehq.org/git/wine.git/?a=commit;h=4936b8e5ec78b9538d08af139c...
Author: Jonathan Liu net147@gmail.com Date: Thu Apr 11 21:47:24 2013 +1000
d3dcompiler.h: Fix typos.
---
include/d3dcompiler.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/d3dcompiler.h b/include/d3dcompiler.h index 7ce83be..2dd0fcf 100644 --- a/include/d3dcompiler.h +++ b/include/d3dcompiler.h @@ -26,8 +26,8 @@ extern "C" { #endif
#if defined(__GNUC__) -#define D3DCOMPILER_DLL_W (const WCHAR[]){'d','3','d','c','o','m','p','i','l','e','r','_','4','3','.','d','l','l',0}; -#elif defined(_MSV_VER) +#define D3DCOMPILER_DLL_W (const WCHAR[]){'d','3','d','c','o','m','p','i','l','e','r','_','4','3','.','d','l','l',0} +#elif defined(_MSC_VER) #define D3DCOMPILER_DLL_W L"d3dcompiler_43.dll" #else static const WCHAR D3DCOMPILER_DLL_W[] = {'d','3','d','c','o','m','p','i','l','e','r','_','4','3','.','d','l','l',0};