From 18075aa0401020629a64372b2486b97ebdb83c5a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 9 Mar 2018 13:03:13 +0100 Subject: [PATCH] [CRYPTNET] Sync with Wine Staging 3.3. CORE-14434 --- dll/win32/cryptnet/cryptnet_main.c | 25 +++++++++++-------------- media/doc/README.WINE | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/dll/win32/cryptnet/cryptnet_main.c b/dll/win32/cryptnet/cryptnet_main.c index a7838b1e766..be38ca35b3f 100644 --- a/dll/win32/cryptnet/cryptnet_main.c +++ b/dll/win32/cryptnet/cryptnet_main.c @@ -18,27 +18,24 @@ * */ -#define WIN32_NO_STATUS - -#include -//#include "wine/port.h" +#include "config.h" +#include "wine/port.h" #define NONAMELESSUNION -#define NONAMELESSSTRUCT #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS #include -//#include +#include -#include -#include -//#include "winnt.h" -#include -#include -//#include "objbase.h" -#include +#include "windef.h" +#include "winbase.h" +#include "winnt.h" +#include "winnls.h" +#include "wininet.h" +#include "objbase.h" +#include "wincrypt.h" -#include +#include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(cryptnet); diff --git a/media/doc/README.WINE b/media/doc/README.WINE index 0ee163be51c..11662a9f7b4 100644 --- a/media/doc/README.WINE +++ b/media/doc/README.WINE @@ -61,7 +61,7 @@ reactos/dll/win32/credui # Synced to WineStaging-3.3 reactos/dll/win32/crypt32 # Synced to WineStaging-3.3 reactos/dll/win32/cryptdlg # Synced to WineStaging-3.3 reactos/dll/win32/cryptdll # Synced to WineStaging-3.3 -reactos/dll/win32/cryptnet # Synced to WineStaging-2.9 +reactos/dll/win32/cryptnet # Synced to WineStaging-3.3 reactos/dll/win32/cryptui # Synced to WineStaging-2.16 reactos/dll/win32/dbghelp # Synced to WineStaging-3.3 reactos/dll/win32/dciman32 # Synced to WineStaging-2.9