mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,aad] unify client id
* use a setting to make it configurable
This commit is contained in:
@@ -163,7 +163,7 @@ def write_setter(f, entry_dict, entry_type, entry_name, postfix):
|
||||
f.write('BOOL freerdp_settings_set_' + entry_name.lower())
|
||||
f.write(postfix)
|
||||
f.write('(rdpSettings* settings, ' + typestr + ' id, ')
|
||||
if isString and len(postfix) > 0 or isPointer:
|
||||
if isString or isPointer:
|
||||
f.write('const ')
|
||||
if not isPointer:
|
||||
f.write(entry_type + ' val')
|
||||
@@ -256,6 +256,8 @@ try:
|
||||
continue
|
||||
if 'padding' in sline:
|
||||
continue
|
||||
if 'version' in sline:
|
||||
continue
|
||||
|
||||
if sline.startswith('SETTINGS_DEPRECATED(ALIGN64'):
|
||||
sline = sline[27:].strip()
|
||||
|
||||
Reference in New Issue
Block a user