d3dcompiler.h: Fix typos.

oldstable
Jonathan Liu 2013-04-11 21:47:24 +10:00 committed by Alexandre Julliard
parent 6118676c20
commit 4936b8e5ec
1 changed files with 2 additions and 2 deletions

View File

@ -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};