Skip to content
New issue

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

WAIT not working on windows #112

Closed
ZettaXZycho opened this issue Jun 8, 2019 · 7 comments
Closed

WAIT not working on windows #112

ZettaXZycho opened this issue Jun 8, 2019 · 7 comments
Labels
bug Something isn't working

Comments

@ZettaXZycho
Copy link

No description provided.

@dgarroDC
Copy link
Collaborator

dgarroDC commented Jun 9, 2019

It's working for me, are you using MinGW? What happens when you use the statement?

@Lartu
Copy link
Owner

Lartu commented Jun 9, 2019

It's not working for me either. I'll check it out now.

@Lartu
Copy link
Owner

Lartu commented Jun 9, 2019

Fixed in the last commit!

@Lartu Lartu closed this as completed Jun 9, 2019
@Lartu Lartu reopened this Jun 9, 2019
@Lartu
Copy link
Owner

Lartu commented Jun 9, 2019

https://stackoverflow.com/questions/27497407/how-to-detect-gcc-threading-model-with-preprocessor
This should be implemented, in order to check the thread model under windows (at the moment we just check if the user is using windows or not, not the thread model).

@Lartu
Copy link
Owner

Lartu commented Jun 17, 2019

@dgarroDC, as it was working for you before my fix, could you please tell me if WAIT still works for you under Windows? (my MinGW installation doesn't use POSIX threads). If it does, I'll close this issue. Thanks!

@Lartu Lartu added the bug Something isn't working label Jun 17, 2019
@dgarroDC
Copy link
Collaborator

Yes, it's still working after the fix!

@Lartu
Copy link
Owner

Lartu commented Jun 17, 2019

Great, thank you very much for testing this! I'm closing this issue now.

@Lartu Lartu closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants