1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

1. Updated win-registry to be able to read REG_EXPAND_SZ types

2. Updated service-manager to support UTF8 on Windows
This commit is contained in:
Bryan Roe
2019-08-08 17:32:58 -07:00
parent b77a2f9687
commit 9ae4eef5b7
3 changed files with 31 additions and 30 deletions

View File

@@ -126,6 +126,7 @@ function windows_registry()
retVal = data.toBuffer().readUInt32BE();
break;
case KEY_DATA_TYPES.REG_SZ:
case KEY_DATA_TYPES.REG_EXPAND_SZ:
retVal = data.Wide2UTF8;
break;
case KEY_DATA_TYPES.REG_BINARY: