mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[TOOLS] gen_baseaddress.py: Add '.ime' to ALL_EXTENSIONS (#6628)
We have dll/ime/msctfime for the DLL file msctfime.ime. JIRA issue: N/A Add '.ime' to ALL_EXTENSIONS.
This commit is contained in:
parent
73d0d24d67
commit
dc4992ce4a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ except ImportError:
|
|||
|
||||
|
||||
ALL_EXTENSIONS = (
|
||||
'.dll', '.acm', '.ax', '.cpl', '.drv', '.ocx'
|
||||
'.dll', '.acm', '.ax', '.cpl', '.drv', '.ocx', '.ime'
|
||||
)
|
||||
|
||||
PRIORITIES = (
|
||||
|
|
Loading…
Reference in a new issue