Jaap Keuter wrote:
> Hi,
>
> Reading the previously quoted thread, why not use the facilities provided
> by gmodule.h?
>
> /* exporting and importing functions, this is special cased
>  * to feature Windows dll stubs.
>  */
> #define       G_MODULE_IMPORT         extern
> #ifdef G_PLATFORM_WIN32
> #  define     G_MODULE_EXPORT         __declspec(dllexport)
> #else /* !G_PLATFORM_WIN32 */
> #  define     G_MODULE_EXPORT
> #endif /* !G_PLATFORM_WIN32 */
>   
Without having a look myself, is this GTK1.x safe?

Regards, ULFL
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to