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

Build fails on Windows with VS 2012 RC due to CreateMutex #5

Closed
bobziuchkovski opened this issue Jul 9, 2012 · 1 comment
Closed

Comments

@bobziuchkovski
Copy link

Hi,

CppMicroServices builds for me under MinGW, but fails to compile under VS 2012 RC with the platform SDK v7. The build fails when it hits ::CreateMutex. It builds if I use xxxW version, ::CreateMutexW, instead. I'm guessing MinGW defines a CreateMutex macro and the Platform SDK doesn't, but my knowledge of the Windows APIs is minimal.

@saschazelzer
Copy link
Member

I did run into other build problems with VS2012 (not mutex related). The above commit fixed these issues for me. I'd appreciated it if you could verify that with your set-up. Thanks.

carneyweb added a commit that referenced this issue Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants