* Revert r73869 because wmi was mentioned nowhere in CORE-9111, nor in our tree restr...
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 21 Feb 2017 09:04:05 +0000 (09:04 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 21 Feb 2017 09:04:05 +0000 (09:04 +0000)
commit79111c35e6eecda9b2cdec5f49b3923b25bff167
tree3a7162fb138ec132054899e1f042f665003713aa
parent9f59e28a233bfd251d9a64c28176f7005ff53131
* Revert r73869 because wmi was mentioned nowhere in CORE-9111, nor in our tree restructure wiki, nor any developers discussions. This is the ReactOS trunk, not a branch.

svn path=/trunk/; revision=73870
75 files changed:
reactos/base/CMakeLists.txt
reactos/base/applications/cmdutils/CMakeLists.txt
reactos/base/applications/cmdutils/mofcomp/CMakeLists.txt [new file with mode: 0644]
reactos/base/applications/cmdutils/mofcomp/mofcomp.c [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/CMakeLists.txt [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/de-DE.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/en-US.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/ro-RO.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/ru-RU.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/sq-AL.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/tr-TR.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/zh-CN.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/lang/zh-TW.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/main.c [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/wmic.h [new file with mode: 0644]
reactos/base/applications/cmdutils/wmic/wmic.rc [new file with mode: 0644]
reactos/base/services/CMakeLists.txt
reactos/base/services/wmisvc/CMakeLists.txt [new file with mode: 0644]
reactos/base/services/wmisvc/wmisvc.c [new file with mode: 0644]
reactos/base/services/wmisvc/wmisvc.rc [new file with mode: 0644]
reactos/base/services/wmisvc/wmisvc.spec [new file with mode: 0644]
reactos/boot/bootdata/hivesft.inf
reactos/boot/bootdata/hivesys.inf
reactos/dll/win32/CMakeLists.txt
reactos/dll/win32/framedyn/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/framedyn/alias_gcc.s [new file with mode: 0644]
reactos/dll/win32/framedyn/chstring.cpp [new file with mode: 0644]
reactos/dll/win32/framedyn/framedyn.spec [new file with mode: 0644]
reactos/dll/win32/framedyn/main.c [new file with mode: 0644]
reactos/dll/win32/framedyn/provider.cpp [new file with mode: 0644]
reactos/dll/win32/wbemdisp/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/wbemdisp/guid.c [new file with mode: 0644]
reactos/dll/win32/wbemdisp/locator.c [new file with mode: 0644]
reactos/dll/win32/wbemdisp/main.c [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp.rc [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp.spec [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp_classes.idl [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp_classes.rgs [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp_private.h [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp_tlb.idl [new file with mode: 0644]
reactos/dll/win32/wbemdisp/wbemdisp_tlb.rgs [new file with mode: 0644]
reactos/dll/win32/wbemprox/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/wbemprox/builtin.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/class.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/guid.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/main.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/process.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/qualifier.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/query.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/reg.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/security.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/service.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/services.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/table.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemlocator.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemprox.idl [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemprox.rc [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemprox.rgs [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemprox.spec [new file with mode: 0644]
reactos/dll/win32/wbemprox/wbemprox_private.h [new file with mode: 0644]
reactos/dll/win32/wbemprox/wql.tab.c [new file with mode: 0644]
reactos/dll/win32/wbemprox/wql.y [new file with mode: 0644]
reactos/dll/win32/wmi/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/wmi/wmi.rc [new file with mode: 0644]
reactos/dll/win32/wmi/wmi.spec [new file with mode: 0644]
reactos/dll/win32/wmiutils/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/wmiutils/main.c [new file with mode: 0644]
reactos/dll/win32/wmiutils/path.c [new file with mode: 0644]
reactos/dll/win32/wmiutils/statuscode.c [new file with mode: 0644]
reactos/dll/win32/wmiutils/wmiutils.rc [new file with mode: 0644]
reactos/dll/win32/wmiutils/wmiutils.spec [new file with mode: 0644]
reactos/dll/win32/wmiutils/wmiutils_classes.idl [new file with mode: 0644]
reactos/dll/win32/wmiutils/wmiutils_classes.rgs [new file with mode: 0644]
reactos/dll/win32/wmiutils/wmiutils_private.h [new file with mode: 0644]
reactos/media/doc/README.WINE