Changes between Initial Version and Version 1 of Ticket #19, comment 22


Ignore:
Timestamp:
Nov 3, 2011, 7:49:12 PM (12 years ago)
Author:
dmik
Comment:

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).
     1Regarding 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
     3Once GCC is fixed, we will remove these workarounds.