repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git]
/
mingw
/
include
/
control.h
blob
9f9f7cfb0e55b424f913d4fff50be5e0f1557b3e
1
#ifndef _CONTROL_H
2
#define _CONTROL_H
3
#if __GNUC__ >= 3
4
#pragma GCC system_header
5
#endif
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
/*--- DirectShow Reference - DirectShow Data Types */
12
typedef
LONG_PTR OAEVENT
;
13
typedef
LONG_PTR OAHWND
;
14
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif