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/objbase.h b/include/objbase.h index af22e36..52c04ab 100644 --- a/include/objbase.h +++ b/include/objbase.h
@@ -26,7 +26,9 @@ #include <stdlib.h> #endif +#ifndef INITGUID #include "cguid.h" +#endif #ifdef __cplusplus extern "C" {