1
0
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:
Michał Janiszewski
2021-02-28 23:09:50 +01:00
parent 81fe5ad2cd
commit 6249635fb8

View File

@@ -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
{