ole32: Added a CoGetContextToken stub.
diff --git a/include/objbase.h b/include/objbase.h
index 33fe4c9..9f86fa9 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -350,6 +350,8 @@
 HRESULT WINAPI CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy);
 HRESULT WINAPI CoRevokeMallocSpy(void);
 
+HRESULT WINAPI CoGetContextToken( ULONG_PTR *token );
+
 /* class registration flags; passed to CoRegisterClassObject */
 typedef enum tagREGCLS
 {