Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to JackTools::GetUID() on Windows that fixes metadata
creating a new BDB on every API call. JackTools::GetUID() would return the PID of the calling process. (I think this was a stub because there is no Windows equivalent). The linux version appears to return a linux UID. This patch does something similar on Windows so as to create/open the same DB on Windows.
- Loading branch information