Commit 07d3931
committed
Fix compilation on MSVC
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(297): error C2143: syntax error: missing ')' before '*'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(297): error C2143: syntax error: missing ';' before '*'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(297): error C2059: syntax error: ')'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(297): error C2238: unexpected token(s) preceding ';'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(298): error C2143: syntax error: missing ')' before '*'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(298): error C2143: syntax error: missing ';' before '*'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(298): error C2086: 'DWORD _OLESTREAMVTBL::CALLBACK': redefinition
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(298): error C2059: syntax error: ')'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\Ole2.h(298): error C2238: unexpected token(s) preceding ';'
Looks like comdef.h must be included after the other windows headers.1 parent 6e90eda commit 07d3931
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments