[CRYPTDLG] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-09 13:01:37 +01:00
parent d03ac84f4f
commit 7342d6751c
4 changed files with 15 additions and 18 deletions

View file

@ -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"

View file

@ -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

View file

@ -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);

View file

@ -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