projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming...
[wine]
/
include
/
compobj.h
1
#ifndef __WINE_COMPOBJ_H
2
#define __WINE_COMPOBJ_H
3
4
/* compobj.h is just a synonym for objbase.h */
5
#include "objbase.h"
6
7
#endif /* __WINE_COMPOBJ_H */