boostorg / winapi

Windows API declarations without <windows.h>, for internal Boost use.
62 stars 58 forks source link

Additions to WinApi #12

Closed klemens-morgenstern closed 8 years ago

klemens-morgenstern commented 8 years ago

I removed all direct inclusions of windows.h in boost/process and replaced them in the boost.winapi style. I hope this library would be the right place for those additions, so boost.process can use them.

Lastique commented 8 years ago

I had a quick look and unfortunately I cannot accept this PR in its current form. Here are some comments:

All in all, have a look at the other headers in Boost.WinAPI and try to follow the existing practice.

klemens-morgenstern commented 8 years ago

Thank you for the comments. I'll incorporate your comments and hopefully it'll be a better PR next time.