We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/uTox/uTox/blob/develop/src/windows/main.c#L811 static bool win_init_mutex(HANDLE *mutex, HINSTANCE hInstance, PSTR cmd) needs to be updated. Wouldn't be much work. Check if we're in portable mode or something along those lines and use pwd for the mutex if we are.
static bool win_init_mutex(HANDLE *mutex, HINSTANCE hInstance, PSTR cmd)
The text was updated successfully, but these errors were encountered:
redmanmale
No branches or pull requests
https://github.com/uTox/uTox/blob/develop/src/windows/main.c#L811
static bool win_init_mutex(HANDLE *mutex, HINSTANCE hInstance, PSTR cmd)
needs to be updated. Wouldn't be much work. Check if we're in portable mode or something along those lines and use pwd for the mutex if we are.The text was updated successfully, but these errors were encountered: