boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
197 stars 162 forks source link

Use forward slashes to separate include files #398

Open georgthegreat opened 5 months ago

georgthegreat commented 5 months ago

We use automatic dependency tracking for #includes, and wrl includes have to be tracked differently whenever we are cross-compiling the code.

This PR unifies such tracking. Forward slashes work just fine on Windows.