mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Guard potentially unused const with proper defines
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
# define swprintf_s(a, b, c, d, ...) swprintf(a, b, c, ##__VA_ARGS__)
|
||||
# endif
|
||||
|
||||
# if _WIN32_WINNT >= 0x0600
|
||||
constexpr wchar_t SOFTWARE_CLASSES[] = L"Software\\Classes";
|
||||
# endif
|
||||
|
||||
namespace Platform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user