Prepare for syncing to Wine-20040914

svn path=/trunk/; revision=10900
This commit is contained in:
Gé van Geldorp
2004-09-19 09:11:12 +00:00
parent ac1e392aec
commit 5d5247de81
9 changed files with 70 additions and 12 deletions
+18
View File
@@ -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 */
-1
View File
@@ -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_ */
-6
View File
@@ -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