Message78822
Also note that by removing the extern "C" declarations, you not only
change the exported symbol names of functions, but also those of
exported globals.
Those would also have to get declared in the header files, to prevent
their names from being mangled (causing the exported C API to change). |
|
| Date |
User |
Action |
Args |
| 2009-01-02 15:54:42 | lemburg | set | recipients:
+ lemburg, belopolsky |
| 2009-01-02 15:54:42 | lemburg | set | messageid: <[email protected]> |
| 2009-01-02 15:54:42 | lemburg | link | issue4805 messages |
| 2009-01-02 15:54:42 | lemburg | create | |
|