Changes between Initial Version and Version 1 of Ticket #19, comment 22
- Timestamp:
- Nov 3, 2011, 8:49:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19, comment 22
initial v1 1 Regarding extern "C". I added it to the code where necessary to workaround the GCC bug with __stdcall mangling for the time being (building GCC here turned to be quite complex, I'm stuck now with some duplicate symbol errors when building libstdc++ so this is TBD later). 1 Regarding extern "C". I added it to the code where necessary to workaround the GCC bug with !__stdcall mangling for the time being (building GCC here turned to be quite complex, I'm stuck now with some duplicate symbol errors when building libstdc++ so this is TBD later). 2 3 Once GCC is fixed, we will remove these workarounds.