mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CREDUI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
9706012cb8
commit
98e90aa949
4 changed files with 14 additions and 17 deletions
|
@ -18,9 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
/* @makedep: banner.bmp */
|
||||
|
|
|
@ -18,23 +18,22 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "winnt.h"
|
||||
#include <winuser.h>
|
||||
#include <wincred.h>
|
||||
#include <sspi.h>
|
||||
#include <commctrl.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnt.h"
|
||||
#include "winuser.h"
|
||||
#include "wincred.h"
|
||||
#include "rpc.h"
|
||||
#include "sspi.h"
|
||||
#include "commctrl.h"
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/list.h>
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/list.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(credui);
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#define IDD_CREDDIALOG 100
|
||||
#define IDC_USERNAME 101
|
||||
|
|
|
@ -57,7 +57,7 @@ reactos/dll/win32/comcat # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/comctl32 # Synced to Wine-3.0
|
||||
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-2.9
|
||||
reactos/dll/win32/credui # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/crypt32 # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/cryptdlg # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/cryptdll # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue