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