Add winreg functions

This commit is contained in:
2025-05-01 13:37:39 +08:00
parent 96812b7565
commit d706a5de03
4 changed files with 56 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ source_file = files([
'http_client.cpp',
'utils_static.cpp',
'hash_map.cpp',
'reg_util.cpp',
])
source_file_headers = files([
@@ -143,6 +144,7 @@ source_file_headers = files([
'binary_search_tree.h',
'utils_static.h',
'hash_map.h',
'reg_util.h',
])
if conf.get('HAVE_STRPTIME') == 0