Commit bf33194
authored
extern "C" does not remove decoration
extern "C" does not remove decoration. It just changes to C decoration rules (instead of C++ rules). Perhaps the original author was deceived by the fact that on x64, the C decoration rules are "no decoration". But on x86, even C is decorated (by a leading underscore).1 parent 979e0b6 commit bf33194
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments