Get the suffix for dynamically-loaded modules by means of a hack
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Nov 2000 09:10:03 +0000 (09:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Nov 2000 09:10:03 +0000 (09:10 +0000)
commitd606c14deb61f4d38bb5a550cedc45de1d0c4e56
tree915211996bcbc6a519d7d74ad789a4b7666130bb
parent92a990294572689aaba09c847cea53a6da054188
Get the suffix for dynamically-loaded modules by means of a hack
involving "g_module_build_path()", rather than by checking the platform
- this should let us handle non-Windows platforms that don't use ".so"
(e.g., HP-UX).

Use G_DIR_SEPARATOR_S as the pathname separator character when
generating the pathname of the module.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2712 f5534014-38df-0310-8fa8-9805f1628bb7
epan/plugins.c