projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adapted for new register functions support (ESP_reg in register
[wine]
/
include
/
oleobj.h
1
#ifndef _WINE_OLEOBJ_H
2
#define _WINE_OLEOBJ_H
3
4
#include "wine/obj_base.h"
5
#include "wine/obj_storage.h"
6
#include "wine/obj_moniker.h"
7
#include "wine/obj_dataobject.h"
8
#include "wine/obj_oleobj.h"
9
10
#endif /*_WINE_OLEOBJ_H*/
11