@@ -76,15 +76,19 @@ GetFunction
76
76
GetFunctionAddress
77
77
GetFunctionEnd
78
78
GetInstDirError
79
+ GetKnownFolderPath
79
80
GetLabelAddress
80
81
GetTempFileName
82
+ GetWinVer
81
83
Goto
82
84
HideWindow
83
85
Icon
84
86
IfAbort
85
87
IfErrors
86
88
IfFileExists
87
89
IfRebootFlag
90
+ IfRtlLanguage
91
+ IfShellVarContextAll
88
92
IfSilent
89
93
InitPluginsDir
90
94
InstallButtonText
@@ -197,6 +201,7 @@ StrCpy
197
201
StrLen
198
202
SubCaption
199
203
System
204
+ Target
200
205
Unicode
201
206
UninstallButtonText
202
207
UninstallCaption
@@ -303,15 +308,19 @@ XPStyle
303
308
["keyword", "GetFunctionAddress"],
304
309
["keyword", "GetFunctionEnd"],
305
310
["keyword", "GetInstDirError"],
311
+ ["keyword", "GetKnownFolderPath"],
306
312
["keyword", "GetLabelAddress"],
307
313
["keyword", "GetTempFileName"],
314
+ ["keyword", "GetWinVer"],
308
315
["keyword", "Goto"],
309
316
["keyword", "HideWindow"],
310
317
["keyword", "Icon"],
311
318
["keyword", "IfAbort"],
312
319
["keyword", "IfErrors"],
313
320
["keyword", "IfFileExists"],
314
321
["keyword", "IfRebootFlag"],
322
+ ["keyword", "IfRtlLanguage"],
323
+ ["keyword", "IfShellVarContextAll"],
315
324
["keyword", "IfSilent"],
316
325
["keyword", "InitPluginsDir"],
317
326
["keyword", "InstallButtonText"],
@@ -424,6 +433,7 @@ XPStyle
424
433
["keyword", "StrLen"],
425
434
["keyword", "SubCaption"],
426
435
["keyword", "System"],
436
+ ["keyword", "Target"],
427
437
["keyword", "Unicode"],
428
438
["keyword", "UninstallButtonText"],
429
439
["keyword", "UninstallCaption"],
@@ -452,4 +462,4 @@ XPStyle
452
462
453
463
----------------------------------------------------
454
464
455
- Checks for all keywords.
465
+ Checks for all keywords.
0 commit comments