projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added headers for the msvcrt library.
[wine]
/
include
/
comcat.h
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 */