mirror of
https://github.com/microsoft/DirectXTex
synced 2024-12-26 03:11:02 +00:00
Fix preprocessor conformance issue
This commit is contained in:
parent
0fbef589b2
commit
f02f9db942
@ -152,7 +152,7 @@ const SValue g_pOptions[] =
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt }
|
||||
#define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
|
||||
|
||||
const SValue g_pFormats[] =
|
||||
{
|
||||
|
@ -201,7 +201,7 @@ const SValue g_pOptions[] =
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt }
|
||||
#define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
|
||||
|
||||
const SValue g_pFormats[] =
|
||||
{
|
||||
|
@ -126,7 +126,7 @@ const SValue g_pOptions[] =
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
#define DEFFMT(fmt) { L#fmt, DXGI_FORMAT_ ## fmt }
|
||||
#define DEFFMT(fmt) { L""#fmt, DXGI_FORMAT_ ## fmt }
|
||||
|
||||
const SValue g_pFormats[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user