projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
For global classes, GetClassInfo now returns a handle to USER.
[wine]
/
include
/
comcat.h
1
#ifndef __WINE__
2
#include "rpc.h"
3
#include "rpcndr.h"
4
#ifndef COM_NO_WINDOWS_H
5
#include "windows.h"
6
#include "ole2.h"
7
#endif
8
#endif
9
10
#ifndef __WINE_COMCAT_H
11
#define __WINE_COMCAT_H
12
13
#include "unknwn.h"
14
15
typedef GUID CATID;
16
typedef REFGUID REFCATID;
17
18
#endif /*__WINE_COMCAT_H */