mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[OLECLI32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
47da433742
commit
9d816efc05
2 changed files with 10 additions and 12 deletions
|
@ -21,20 +21,18 @@
|
|||
/* At the moment, these are only empty stubs.
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include "config.h"
|
||||
|
||||
#include <config.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
//#include <stdarg.h>
|
||||
|
||||
//#include "windef.h"
|
||||
#include <wine/windef16.h>
|
||||
//#include "winbase.h"
|
||||
#include <wingdi.h>
|
||||
//#include "wownt32.h"
|
||||
//#include "objbase.h"
|
||||
#include "windef.h"
|
||||
#include "wine/windef16.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "wownt32.h"
|
||||
#include "objbase.h"
|
||||
#include "olecli.h"
|
||||
#include <wine/debug.h>
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ reactos/dll/win32/odbccp32 # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/ole32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/oleacc # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/oleaut32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/olecli32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/olecli32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/oledlg # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/olepro32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/olesvr32 # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue