mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Fix preprocessor conformance issue
This commit is contained in:
@@ -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[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user