commit | 3d7cd87698b64a9b8398fc461dea7721243e0c18 | [log] [tgz] |
---|---|---|
author | Peter Hunnisett <hunnise@nortelnetworks.com> | Thu Apr 12 21:10:54 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 12 21:10:54 2001 +0000 |
tree | ea4d8caf8db9e865f71b3da2560f7dd0ed665d3b | |
parent | 3f03975f4857201b34903fed25f42a77f531589b [diff] [blame] |
- Provide lobby provider COM object header file and stub implementation - Break out dpl and dp service provider intialization - Add missing definition of E_PENDING - Resolve a few fixmes - Fix includes for dplay.h
diff --git a/include/dplay.h b/include/dplay.h index e22da01..31e11c8 100644 --- a/include/dplay.h +++ b/include/dplay.h
@@ -1,6 +1,7 @@ #ifndef __WINE_DPLAY_H #define __WINE_DPLAY_H +#include "ole2.h" #include "wine/obj_base.h" #ifdef __cplusplus