I'm using the latest NSPR but my app still has calls to PR_AttachThread in case I'm using native threads that wish to call on NSPR functions. App still compiles. Is this call now a no-op? Can calling this function cause a problem?
-- POC
I'm using the latest NSPR but my app still has calls to PR_AttachThread in case I'm using native threads that wish to call on NSPR functions. App still compiles. Is this call now a no-op? Can calling this function cause a problem?
-- POC