mirror of
https://github.com/reactos/reactos.git
synced 2025-01-27 14:03:32 +08:00
[CRYPTDLG] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
d03ac84f4f
commit
7342d6751c
@ -17,7 +17,6 @@
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#include <windef.h>
|
||||
|
||||
#include "cryptres.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef __CRYPTRES_H__
|
||||
#define __CRYPTRES_H__
|
||||
|
||||
//#include <windef.h>
|
||||
#include <windef.h>
|
||||
|
||||
#define IDS_CERT_POLICY 100
|
||||
#define IDS_POLICY_ID 101
|
||||
|
@ -16,27 +16,25 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "winnls.h"
|
||||
#include <winreg.h>
|
||||
#include <wincrypt.h>
|
||||
//#include "wintrust.h"
|
||||
#include <winuser.h>
|
||||
//#include "objbase.h"
|
||||
#include <cryptdlg.h>
|
||||
#include <cryptuiapi.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "winreg.h"
|
||||
#include "wincrypt.h"
|
||||
#include "wintrust.h"
|
||||
#include "winuser.h"
|
||||
#include "objbase.h"
|
||||
#include "cryptdlg.h"
|
||||
#include "cryptuiapi.h"
|
||||
#include "cryptres.h"
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(cryptdlg);
|
||||
|
||||
|
@ -59,7 +59,7 @@ reactos/dll/win32/comdlg32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/compstui # Synced to WineStaging-3.3
|
||||
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-2.9
|
||||
reactos/dll/win32/cryptdlg # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/cryptdll # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/cryptnet # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/cryptui # Synced to WineStaging-2.16
|
||||
|
Loading…
Reference in New Issue
Block a user