repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleaned up the various errno location tests in configure.
[wine.git]
/
include
/
comcat.h
blob
2d8563d114c87dda46c8624e4e0c3c029d6cab21
1
#ifndef __WINE_COMCAT_H
2
#define __WINE_COMCAT_H
3
4
#include
"rpc.h"
5
#include
"rpcndr.h"
6
7
#ifndef COM_NO_WINDOWS_H
8
#include
"windows.h"
9
#include
"ole2.h"
10
#endif
11
12
#include
"unknwn.h"
13
14
typedef
GUID CATID
;
15
typedef
REFGUID REFCATID
;
16
17
#endif
/*__WINE_COMCAT_H */