mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:51:44 +00:00
[WMIUTILS]
- The dll belongs in system32\wbem; make it so. Spotted by Robert Naumann. CORE-9212 svn path=/trunk/; revision=66338
This commit is contained in:
parent
c78bc820f6
commit
db58f63ba6
2 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ add_library(wmiutils SHARED ${SOURCE} wmiutils.rc)
|
|||
set_module_type(wmiutils win32dll)
|
||||
target_link_libraries(wmiutils wine)
|
||||
add_importlibs(wmiutils oleaut32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET wmiutils DESTINATION reactos/system32 FOR all)
|
||||
add_cd_file(TARGET wmiutils DESTINATION reactos/system32/wbem FOR all)
|
||||
|
|
|
@ -102,7 +102,7 @@ AddReg=Classes
|
|||
11,,winhttp.dll,1
|
||||
11,,wininet.dll,2
|
||||
11,,wintrust.dll,1
|
||||
11,,wmiutils.dll,1
|
||||
11,wbem,wmiutils.dll,1
|
||||
11,,wshom.ocx,1
|
||||
11,,wuapi.dll,1
|
||||
11,wbem,wbemdisp.dll,1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue