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

BOOL, FLOAT, LONG being re-declared on Windows #58

Open
snordgren opened this issue Jun 10, 2017 · 1 comment
Open

BOOL, FLOAT, LONG being re-declared on Windows #58

snordgren opened this issue Jun 10, 2017 · 1 comment

Comments

@snordgren
Copy link
Contributor

When compiling on Windows, the Windows.h header is included. This header already defines the BOOL, FLOAT, and LONG types that are defined in value.h as enum Value_type. In order to make use of Windows.h functions, used in path_utils.c, they must be renamed.

@snordgren
Copy link
Contributor Author

I have solved this and a few other issues with running on Windows. See my pull request.

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

1 participant