mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[CRYPTNET] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -18,27 +18,24 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <config.h>
|
||||
//#include "wine/port.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
|
||||
|
||||
#include <stdio.h>
|
||||
//#include <stdarg.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "winnt.h"
|
||||
#include <winnls.h>
|
||||
#include <wininet.h>
|
||||
//#include "objbase.h"
|
||||
#include <wincrypt.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnt.h"
|
||||
#include "winnls.h"
|
||||
#include "wininet.h"
|
||||
#include "objbase.h"
|
||||
#include "wincrypt.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(cryptnet);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user