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
Install OpenSSL 0.9.8y header files
[msysgit.git]
/
mingw
/
include
/
idispids.h
blob
66585b4d0e7fda32ce042c9e7588719fc70ad3f8
1
#ifndef _IDISPIDS_H
2
#define _IDISPIDS_H
3
#if __GNUC__ >=3
4
#pragma GCC system_header
5
#endif
6
7
#define DISPID_AMBIENT_OFFLINEIFNOTCONNECTED (-5501)
8
#define DISPID_AMBIENT_SILENT (-5502)
9
10
#endif