Build custom columns support with Makefile
[git-cheetah/kirill.git] / factory.h
blobdf5b69436d1cea74b911c1c0a8e7c5893420eddc
1 #ifndef FACTORY_H
2 #define FACTORY_H
4 STDMETHODIMP class_factory_query_interface(IClassFactory *this,
5 REFIID guid, void **pointer);
7 extern IClassFactoryVtbl factory_virtual_table;
8 extern IClassFactory factory;
10 #endif /* FACTORY_H */