On Tuesday 05 June 2001 3:35 pm, Robert Collins wrote:
> dlpreopen generates a list of symbols - say
>
> extern char _imp__free;
>
> extern char nothing;
> extern char printf;
> extern char realloc;
>
> from the source library - cyghello-2.dll
>
> "nothing" here should be extern __declspec(dllim
dlpreopen generates a list of symbols - say
extern char _imp__free;
extern char nothing;
extern char printf;
extern char realloc;
from the source library - cyghello-2.dll
"nothing" here should be extern __declspec(dllimport) char nothing;
"_imp__free" shouldn't be present, because the actual s