[BCRYPT] Sync with Wine Staging 1.7.37. CORE-9246
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 18 Mar 2015 15:53:18 +0000 (15:53 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 18 Mar 2015 15:53:18 +0000 (15:53 +0000)
svn path=/trunk/; revision=66789

reactos/dll/win32/bcrypt/bcrypt.spec
reactos/dll/win32/bcrypt/bcrypt_main.c
reactos/media/doc/README.WINE

index 83cdbea..18d4d48 100644 (file)
@@ -28,7 +28,7 @@
 @ stub BCryptGenerateKeyPair
 @ stub BCryptGenerateSymmetricKey
 @ stdcall BCryptGetFipsAlgorithmMode(ptr)
-@ stub BCryptGetProperty
+@ stdcall BCryptGetProperty(ptr wstr ptr long ptr long)
 @ stub BCryptHashData
 @ stub BCryptImportKey
 @ stub BCryptImportKeyPair
index 69a651b..001fdb1 100644 (file)
@@ -107,3 +107,10 @@ NTSTATUS WINAPI BCryptGetFipsAlgorithmMode(BOOLEAN *enabled)
     *enabled = FALSE;
     return STATUS_SUCCESS;
 }
+
+NTSTATUS WINAPI BCryptGetProperty(BCRYPT_HANDLE obj, LPCWSTR prop, UCHAR *buffer, ULONG count, ULONG *res, ULONG flags)
+{
+    FIXME("%p, %s, %p, %u, %p, %08x - stub\n", obj, wine_dbgstr_w(prop), buffer, count, res, flags);
+
+    return STATUS_NOT_IMPLEMENTED;
+}
index d6b2289..b274675 100644 (file)
@@ -56,7 +56,7 @@ reactos/dll/win32/atl                 # Synced to WineStaging-1.7.37
 reactos/dll/win32/atl80               # Synced to WineStaging-1.7.37
 reactos/dll/win32/atl100              # Synced to WineStaging-1.7.37
 reactos/dll/win32/avifil32            # Synced to WineStaging-1.7.37
-reactos/dll/win32/bcrypt              # Synced to Wine-1.7.27
+reactos/dll/win32/bcrypt              # Synced to WineStaging-1.7.37
 reactos/dll/win32/browseui            # Out of sync
 reactos/dll/win32/cabinet             # Synced to Wine-1.7.27
 reactos/dll/win32/clusapi             # Synced to Wine-1.7.27