mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[ACTIVEDS] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
c7c36702d2
commit
7bfbe4f57a
3 changed files with 16 additions and 5 deletions
|
@ -21,11 +21,21 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <iads.h>
|
||||
#define COBJMACROS
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#include "objbase.h"
|
||||
#include "iads.h"
|
||||
#include "adshlp.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(activeds);
|
||||
|
||||
/*****************************************************
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#ifndef _ACTIVEDS_PCH_
|
||||
#define _ACTIVEDS_PCH_
|
||||
|
||||
|
@ -14,4 +15,4 @@
|
|||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
|
||||
#endif /* _ACTIVEDS_PCH_ */
|
||||
#endif /* !_ACTIVEDS_PCH_ */
|
||||
|
|
|
@ -42,7 +42,7 @@ reactos/dll/directx/wine/qedit # Synced to WineStaging-3.3
|
|||
reactos/dll/directx/wine/quartz # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/wined3d # Synced to WineStaging-3.3
|
||||
|
||||
reactos/dll/win32/activeds # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/activeds # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/actxprxy # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/advpack # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/atl # Synced to Wine-3.0
|
||||
|
|
Loading…
Reference in a new issue