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