commit | ed494ec5398d908ce52e4854f76e4ada7e035335 | [log] [tgz] |
---|---|---|
author | Noomen Hamza <noomen@macadamian.com> | Tue Mar 23 13:48:56 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 23 13:48:56 1999 +0000 |
tree | 310abb5b5e89e7ee1f365499bc8fd0d18fb291d9 | |
parent | 44a79c4925f11cce18bc483d997771d0e8f87401 [diff] [blame] |
Implemented: - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and GenericCompositeMoniker - IRunningObjectTable interface, and - IBindCtx interface.
diff --git a/include/objbase.h b/include/objbase.h index f927b9e..0e15d8a 100644 --- a/include/objbase.h +++ b/include/objbase.h
@@ -20,6 +20,8 @@ #include "wine/obj_dragdrop.h" +HRESULT WINAPI GetClassFile(LPOLESTR filePathName,CLSID *pclsid); + #ifdef __cplusplus extern "C" { #endif