Lock inside FetchOrdinalNames just in case
* It's possible for two threads to hit GetProcAddress on the same module at once, try to late-fetch the ordinals, and clash. If we lock then only one thread will perform the fetch, the other thread can wait and bail out once it finds the ordinals already filled out.
Loading
Please register or sign in to comment