mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Prepare for syncing to Wine-20040914
svn path=/trunk/; revision=10900
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* $Id $
|
||||
*
|
||||
* Compatibility header
|
||||
*
|
||||
* This header is wrapper to allow compilation of Wine DLLs under ReactOS
|
||||
* build system. It contains definitions commonly refered to as Wineisms
|
||||
* and definitions that are missing in w32api.
|
||||
*/
|
||||
|
||||
#include_next <mmddk.h>
|
||||
|
||||
#ifndef __WINE_MMDDK_H
|
||||
#define __WINE_MMDDK_H
|
||||
|
||||
#define DRV_QUERYDSOUNDIFACE (DRV_RESERVED + 20)
|
||||
#define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21)
|
||||
|
||||
#endif /* __WINE_MMDDK_H */
|
||||
@@ -51,6 +51,5 @@
|
||||
#define STGM_NOSNAPSHOT 0x00200000
|
||||
|
||||
HRESULT WINAPI CoGetPSClsid(REFIID riid,CLSID *pclsid);
|
||||
HRESULT WINAPI CLSIDFromProgID16(LPCOLESTR16 progid, LPCLSID riid);
|
||||
|
||||
#endif /* _OBJBASE_H_ */
|
||||
|
||||
@@ -3,12 +3,6 @@
|
||||
#ifndef __WINE_WTYPES_H
|
||||
#define __WINE_WTYPES_H
|
||||
|
||||
typedef CHAR OLECHAR16;
|
||||
|
||||
typedef LPSTR LPOLESTR16;
|
||||
|
||||
typedef LPCSTR LPCOLESTR16;
|
||||
|
||||
/* Should be in MSHCTX enum but is not in w32api */
|
||||
#define MSHCTX_CROSSCTX 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user