mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
0749fc2034
Implemented the Typelib based Marshaler.
7 lines
132 B
C
7 lines
132 B
C
#ifndef TMARSHAL_H
|
|
#define TMARSHAL_H
|
|
HRESULT WINAPI
|
|
TypeLibFac_DllGetClassObject(REFCLSID rclsid, REFIID iid,LPVOID *ppv);
|
|
|
|
#endif
|