Minor modifications to get a clean build under VS2005
[git-cheetah/kirill.git] / factory.h
blobb10a17670f27bcd294b9ada6ebc0dda346731bb3
1 #ifndef FACTORY_H
2 #define FACTORY_H
4 STDMETHODIMP class_factory_query_interface(IClassFactory *this,
5 REFIID guid, void **pointer);
7 IClassFactoryVtbl factory_virtual_table;
8 IClassFactory factory;
10 #endif /* FACTORY_H */