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

_ptw32.h not found in sched.h on VS2015 builds #20

Open
g4jc opened this issue Apr 27, 2022 · 1 comment
Open

_ptw32.h not found in sched.h on VS2015 builds #20

g4jc opened this issue Apr 27, 2022 · 1 comment

Comments

@g4jc
Copy link

g4jc commented Apr 27, 2022

I'm not sure if this is a bug in the VS2015 project file or if there's been a typo for 6 years in sched.h, but the following fixes the build error for me and I was able to get it to build.

Change line 47 from:
#include <_ptw32.h>

to

#include "_ptw32.h"

@GerHobbelt
Copy link
Owner

I'll treat it as an odd one-off bug in VS2015 (which I don't have installed any more) as none of the other compilers (including VS2019) complain about this AFAICT.

Keeping it open in case anyone else stumbles across this issue.

Thanks for reporting!

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