You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the address of the function to get a module handle without bumping
the refcount of the module. This avoids the need to hardcode the
library name and enables the use of CoreFoundation in a statically
linked fashion as well. We can further reduce the logic by using the
PathCch routine to remove the trailing file specification. This reduces
the complexity in the module location code and reuses the system
libraries for a small additional cost of an additional iteration of the
string path.
0 commit comments