1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-12-26 19:31:02 +00:00

Fix preprocessor conformance issue

This commit is contained in:
Chuck Walbourn 2020-05-19 20:13:05 -07:00
parent 0fbef589b2
commit f02f9db942
3 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ const SValue g_pOptions[] =
{ nullptr, 0 } { nullptr, 0 }
}; };
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt } #define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
const SValue g_pFormats[] = const SValue g_pFormats[] =
{ {

View File

@ -201,7 +201,7 @@ const SValue g_pOptions[] =
{ nullptr, 0 } { nullptr, 0 }
}; };
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt } #define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
const SValue g_pFormats[] = const SValue g_pFormats[] =
{ {

View File

@ -126,7 +126,7 @@ const SValue g_pOptions[] =
{ nullptr, 0 } { nullptr, 0 }
}; };
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt } #define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
const SValue g_pFormats[] = const SValue g_pFormats[] =
{ {