mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[CRYPTUI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
c2d08daae1
commit
72e8d9fa92
4 changed files with 23 additions and 32 deletions
|
@ -17,11 +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 "winbase.h"
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
//#include "dlgs.h"
|
||||
|
||||
#include "cryptuires.h"
|
||||
|
||||
|
@ -98,4 +93,4 @@ IDB_CERT_HEADER BITMAP "res/certheader.bmp"
|
|||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "lang/cryptui_Zh.rc"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
#ifndef __CRYPTUIRES_H_
|
||||
#define __CRYPTUIRES_H_
|
||||
|
||||
//#include <windef.h>
|
||||
//#include <winuser.h>
|
||||
//#include <commctrl.h>
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#define IDS_CERTIFICATE 1000
|
||||
#define IDS_CERTIFICATEINFORMATION 1001
|
||||
|
|
|
@ -16,35 +16,31 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <wine/config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "winnls.h"
|
||||
#include <winuser.h>
|
||||
#include <softpub.h>
|
||||
#include <wingdi.h>
|
||||
#include <richedit.h>
|
||||
#include <ole2.h>
|
||||
#include <richole.h>
|
||||
#include <commdlg.h>
|
||||
#include <commctrl.h>
|
||||
#include <cryptuiapi.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
#include "winuser.h"
|
||||
#include "softpub.h"
|
||||
#include "wingdi.h"
|
||||
#include "richedit.h"
|
||||
#include "ole2.h"
|
||||
#include "richole.h"
|
||||
#include "commdlg.h"
|
||||
#include "commctrl.h"
|
||||
#include "cryptuiapi.h"
|
||||
#include "cryptuires.h"
|
||||
//#include "urlmon.h"
|
||||
#include <hlink.h>
|
||||
#include <winreg.h>
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
#include "urlmon.h"
|
||||
#include "hlink.h"
|
||||
#include "winreg.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(cryptui);
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ 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-3.3
|
||||
reactos/dll/win32/cryptui # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/cryptui # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/dbghelp # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/dciman32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/faultrep # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue