mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-03 00:35:13 +02:00
transition products object in keys.json to add additional information later
confirm windows server 2003 as bink 0x5A add BINK information for 0x54
This commit is contained in:
@@ -34,11 +34,11 @@ int main(int argc, char *argv[]) {
|
||||
if (options.list) {
|
||||
for (auto el : keys["Products"].items()) {
|
||||
int id;
|
||||
sscanf((el.value()[0]).get<std::string>().c_str(), "%x", &id);
|
||||
sscanf((el.value()["BINK"][0]).get<std::string>().c_str(), "%x", &id);
|
||||
if (id >= 0x50) {
|
||||
continue;
|
||||
}
|
||||
std::cout << el.key() << ": " << el.value() << std::endl;
|
||||
std::cout << el.key() << ": " << el.value()["BINK"] << std::endl;
|
||||
}
|
||||
|
||||
std::cout << std::endl << std::endl
|
||||
|
||||
Reference in New Issue
Block a user