Crypt32.dll - CryptProtectData

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thomas Brix Larsen, killar@xxxxxxxxxx

Log message:
Makes a stub of CryptProtectData, so programs like Skype can start.

Modified files:
        dlls/crypt32   : main.c 
        dlls/crypt32   : crypt32.spec


? patch.diff
Index: dlls/crypt32/crypt32.spec
===================================================================
RCS file: /home/wine/wine/dlls/crypt32/crypt32.spec,v
retrieving revision 1.13
diff -u -r1.13 crypt32.spec
--- dlls/crypt32/crypt32.spec	12 May 2003 03:21:45 -0000	1.13
+++ dlls/crypt32/crypt32.spec	30 Nov 2003 19:45:03 -0000
@@ -186,3 +186,4 @@
 @ stub RegQueryInfoKeyU
 @ stub RegQueryValueExU
 @ stub RegSetValueExU
+@ stdcall CryptProtectData(ptr wstr ptr ptr ptr long ptr)
Index: dlls/crypt32/main.c
===================================================================
RCS file: /home/wine/wine/dlls/crypt32/main.c,v
retrieving revision 1.12
diff -u -r1.12 main.c
--- dlls/crypt32/main.c	8 Sep 2003 19:38:49 -0000	1.12
+++ dlls/crypt32/main.c	30 Nov 2003 19:45:03 -0000
@@ -53,6 +53,12 @@
     return FALSE;
 }
 
+BOOL WINAPI CryptProtectData(DATA_BLOB* pDataIn, LPCWSTR szDataDescr, DATA_BLOB* pOptionalEntropy, PVOID pvReserved, void* pPromptStruct, DWORD dwFlags, DATA_BLOB* pDataOut)
+{
+    FIXME("stub!\n");
+    return FALSE;
+}
+
 /*
  * (0x1001350, %eax, 0, 0, 9);
  *

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux