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

Fix compilation on Windows #13

Merged
merged 9 commits into from
Aug 4, 2022
Merged

Fix compilation on Windows #13

merged 9 commits into from
Aug 4, 2022

Conversation

Shiranuit
Copy link
Owner

What does this PR do ?

Fix compilation issues on windows

  • Include unistd.h only on unix systems
  • On windows include process.h and define missing pid_t type
  • Compile using the proper c++ demangler based on the platform

@Shiranuit Shiranuit self-assigned this Aug 4, 2022
@Shiranuit Shiranuit changed the base branch from master to develop August 4, 2022 10:04
@Shiranuit Shiranuit merged commit 9db6b4c into develop Aug 4, 2022
@Shiranuit Shiranuit deleted the compilation-on-windows branch January 3, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs(instal): installation requirements for windows
1 participant