Files
epics-base/modules/libcom
Michael Davidsaver 24df056bcb WIN32 fix epicsFindSymbol()
Passing zero as to GetProcAddress is undocumented,
but seems to be equivalent to passing GetModuleHandle(NULL)
which searches only the address space of the executable file.

Emulate the effect of dlsym(0, ...) by searching all
loaded modules.  Probably not so efficient...
2020-03-24 08:38:36 -07:00
..
2020-02-13 14:21:54 +00:00
2020-03-24 08:38:36 -07:00
2020-03-12 13:59:41 -05:00