mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 23:56:54 +02:00
- SF#3560505: NetworkInterface's ::forIndex, etc. methods must select all
- Util::Win x64 ifdefs - RowFromatter documentation correction
This commit is contained in:
@@ -85,9 +85,11 @@ bool WinRegistryConfiguration::getRaw(const std::string& key, std::string& value
|
||||
case WinRegistryKey::REGT_DWORD:
|
||||
value = Poco::NumberFormatter::format(aKey.getInt(keyName));
|
||||
break;
|
||||
#if defined(POCO_HAVE_INT64)
|
||||
case WinRegistryKey::REGT_QWORD:
|
||||
value = Poco::NumberFormatter::format(aKey.getInt64(keyName));
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
exists = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user