mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 10:37:46 +00: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
	 Aleksandar Fabijanic
					Aleksandar Fabijanic