[PDH]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:37:50 +0000 (18:37 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:37:50 +0000 (18:37 +0000)
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64568

reactos/dll/win32/pdh/pdh.spec
reactos/dll/win32/pdh/pdh_main.c
reactos/media/doc/README.WINE

index b475d53..fc1aa4f 100644 (file)
@@ -36,8 +36,8 @@
 @ stub PdhEnumObjectsHA
 @ stub PdhEnumObjectsHW
 @ stub PdhEnumObjectsW
-@ stub PdhExpandCounterPathA
-@ stub PdhExpandCounterPathW
+@ stdcall PdhExpandCounterPathA(str ptr ptr)
+@ stdcall PdhExpandCounterPathW(wstr ptr ptr)
 @ stdcall PdhExpandWildCardPathA(str str ptr ptr long)
 @ stub PdhExpandWildCardPathHA
 @ stub PdhExpandWildCardPathHW
index 65b40f2..f409512 100644 (file)
@@ -637,6 +637,24 @@ PDH_STATUS WINAPI PdhExpandWildCardPathW( LPCWSTR szDataSource, LPCWSTR szWildCa
     return PDH_NOT_IMPLEMENTED;
 }
 
+/***********************************************************************
+ *              PdhExpandCounterPathA   (PDH.@)
+ */
+PDH_STATUS WINAPI PdhExpandCounterPathA( LPCSTR szWildCardPath, LPSTR mszExpandedPathList, LPDWORD pcchPathListLength )
+{
+    FIXME("%s, %p, %p: stub\n", debugstr_a(szWildCardPath), mszExpandedPathList, pcchPathListLength);
+    return PdhExpandWildCardPathA(NULL, szWildCardPath, mszExpandedPathList, pcchPathListLength, 0);
+}
+
+/***********************************************************************
+ *              PdhExpandCounterPathW   (PDH.@)
+ */
+PDH_STATUS WINAPI PdhExpandCounterPathW( LPCWSTR szWildCardPath, LPWSTR mszExpandedPathList, LPDWORD pcchPathListLength )
+{
+    FIXME("%s, %p, %p: stub\n", debugstr_w(szWildCardPath), mszExpandedPathList, pcchPathListLength);
+    return PdhExpandWildCardPathW(NULL, szWildCardPath, mszExpandedPathList, pcchPathListLength, 0);
+}
+
 /***********************************************************************
  *              PdhGetCounterInfoA   (PDH.@)
  */
index 2830b6c..6cfb9c0 100644 (file)
@@ -158,7 +158,7 @@ reactos/dll/win32/oledlg              # Synced to Wine-1.7.27
 reactos/dll/win32/olepro32            # Synced to Wine-1.7.17
 reactos/dll/win32/olesvr32            # Synced to Wine-1.7.17
 reactos/dll/win32/olethk32            # Synced to Wine-1.7.17
-reactos/dll/win32/pdh                 # Synced to Wine-1.7.17
+reactos/dll/win32/pdh                 # Synced to Wine-1.7.27
 reactos/dll/win32/pidgen              # Synced to Wine-1.7.17
 reactos/dll/win32/powrprof            # Forked at Wine-1.0rc5
 reactos/dll/win32/printui             # Synced to Wine-1.7.17