Daniel Jelinski : wbemprox: Add CIM_LogicalDisk class, forward to Win32_LogicalDisk.

Alexandre Julliard julliard at winehq.org
Thu May 16 13:55:07 CDT 2013


Module: wine
Branch: master
Commit: 450617ecfca5711f1c9b5a801b29e241769bdab4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=450617ecfca5711f1c9b5a801b29e241769bdab4

Author: Daniel Jelinski <djelinski1 at gmail.com>
Date:   Wed May 15 22:39:05 2013 +0200

wbemprox: Add CIM_LogicalDisk class, forward to Win32_LogicalDisk.

---

 dlls/wbemprox/builtin.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
index fe3fb98..e5a4e37 100644
--- a/dlls/wbemprox/builtin.c
+++ b/dlls/wbemprox/builtin.c
@@ -43,6 +43,8 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(wbemprox);
 
+static const WCHAR class_logicaldisk2W[] =
+    {'C','I','M','_','L','o','g','i','c','a','l','D','i','s','k',0};
 static const WCHAR class_baseboardW[] =
     {'W','i','n','3','2','_','B','a','s','e','B','o','a','r','d',0};
 static const WCHAR class_biosW[] =
@@ -1447,6 +1449,7 @@ static struct table builtin_classes[] =
     { class_compsysW, SIZEOF(col_compsys), col_compsys, 0, NULL, fill_compsys },
     { class_diskdriveW, SIZEOF(col_diskdrive), col_diskdrive, SIZEOF(data_diskdrive), (BYTE *)data_diskdrive },
     { class_diskpartitionW, SIZEOF(col_diskpartition), col_diskpartition, 0, NULL, fill_diskpartition },
+    { class_logicaldisk2W, SIZEOF(col_logicaldisk), col_logicaldisk, 0, NULL, fill_logicaldisk },
     { class_logicaldiskW, SIZEOF(col_logicaldisk), col_logicaldisk, 0, NULL, fill_logicaldisk },
     { class_networkadapterW, SIZEOF(col_networkadapter), col_networkadapter, 0, NULL, fill_networkadapter },
     { class_osW, SIZEOF(col_os), col_os, 0, NULL, fill_os },




More information about the wine-cvs mailing list