repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a helper to compile & install OpenSSL (MSys)
[msysgit.git]
/
include
/
isguids.h
blob
6518e66a6e89fc069170f8326902eb5516e2b24b
1
#ifndef _ISGUID_H
2
#define _ISGUID_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
extern
const
GUID CLSID_InternetShortcut
;
7
extern
const
GUID IID_IUniformResourceLocator
;
8
#ifdef __cplusplus
9
}
10
#endif
11
#endif