Skip to content

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

@g4jc

Description

@g4jc

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions