This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Commit fa730db
Fix interface name collission on MSC_VER = 1900
Undefine interface for Microsoft Visual Studio version 14.0.25431.01 Update 3
comming with _MSC_VER = 1900 to fix compilation error:
"error C2236: unexpected token 'struct'. Did you forget a ';'?1 parent 2dba022 commit fa730db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments