mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[CRYPTUI] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72277
This commit is contained in:
parent
056256bdd2
commit
0cac4632f5
2 changed files with 5 additions and 5 deletions
|
@ -1796,16 +1796,16 @@ static void add_cert_string_to_control(HWND hwnd, PCCERT_CONTEXT pCertContext,
|
||||||
static void add_icon_to_control(HWND hwnd, int id)
|
static void add_icon_to_control(HWND hwnd, int id)
|
||||||
{
|
{
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
LPRICHEDITOLE richEditOle = NULL;
|
IRichEditOle *richEditOle = NULL;
|
||||||
LPOLEOBJECT object = NULL;
|
IOleObject *object = NULL;
|
||||||
CLSID clsid;
|
CLSID clsid;
|
||||||
LPOLECACHE oleCache = NULL;
|
LPOLECACHE oleCache = NULL;
|
||||||
FORMATETC formatEtc;
|
FORMATETC formatEtc;
|
||||||
DWORD conn;
|
DWORD conn;
|
||||||
LPDATAOBJECT dataObject = NULL;
|
IDataObject *dataObject = NULL;
|
||||||
HBITMAP bitmap = NULL;
|
HBITMAP bitmap = NULL;
|
||||||
STGMEDIUM stgm;
|
STGMEDIUM stgm;
|
||||||
LPOLECLIENTSITE clientSite = NULL;
|
IOleClientSite *clientSite = NULL;
|
||||||
REOBJECT reObject;
|
REOBJECT reObject;
|
||||||
|
|
||||||
TRACE("(%p, %d)\n", hwnd, id);
|
TRACE("(%p, %d)\n", hwnd, id);
|
||||||
|
|
|
@ -62,7 +62,7 @@ reactos/dll/win32/crypt32 # Synced to WineStaging-1.9.16
|
||||||
reactos/dll/win32/cryptdlg # Synced to WineStaging-1.9.11
|
reactos/dll/win32/cryptdlg # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/cryptdll # Synced to WineStaging-1.9.11
|
reactos/dll/win32/cryptdll # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/cryptnet # Synced to WineStaging-1.9.11
|
reactos/dll/win32/cryptnet # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/cryptui # Synced to WineStaging-1.9.11
|
reactos/dll/win32/cryptui # Synced to WineStaging-1.9.16
|
||||||
reactos/dll/win32/dbghelp # Synced to WineStaging-1.9.11
|
reactos/dll/win32/dbghelp # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/dciman32 # Synced to WineStaging-1.9.11
|
reactos/dll/win32/dciman32 # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/faultrep # Synced to WineStaging-1.9.11
|
reactos/dll/win32/faultrep # Synced to WineStaging-1.9.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue