repo.or.cz
/
git-cheetah
/
kirill.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
explorer: use xmalloc instead of malloc
[git-cheetah/kirill.git]
/
explorer
/
factory.h
blob
df5b69436d1cea74b911c1c0a8e7c5893420eddc
1
#ifndef FACTORY_H
2
#define FACTORY_H
3
4
STDMETHODIMP
class_factory_query_interface
(
IClassFactory
*
this
,
5
REFIID guid
,
void
**
pointer
);
6
7
extern
IClassFactoryVtbl factory_virtual_table
;
8
extern
IClassFactory factory
;
9
10
#endif
/* FACTORY_H */