[CRYPTUI] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 12:04:41 +0000 (13:04 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 12:04:41 +0000 (13:04 +0100)
dll/win32/cryptui/cryptui.rc
dll/win32/cryptui/cryptuires.h
dll/win32/cryptui/main.c
media/doc/README.WINE

index e1e7f01..3f3027b 100644 (file)
  * 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
\ No newline at end of file
+#endif
index 9b3edaf..df321df 100644 (file)
@@ -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
index 010fe5d..a652239 100644 (file)
  * 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);
 
index 11662a9..38f498a 100644 (file)
@@ -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