boostorg / winapi

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

added dbghelp.hpp #19

Closed klemens-morgenstern closed 8 years ago

klemens-morgenstern commented 8 years ago

Alright, as talked about in the Mailing list. here's the dbhhelp header, I matched it to the winapi structure.

klemens-morgenstern commented 8 years ago

Test passed with MSVC 14 and Mingw 5.2.

klemens-morgenstern commented 8 years ago

AFAIK, dbghelp is not part of Windows API but part of a separate package (Windows debugging tools > or something). As such I don't think Boost.WinAPI is the right place for it.

If multiple libraries are interested in it, you might want to ask to move it to Boost.Detail, for example.

Ok, we'll move it into another folder then winapi. Might've been a bad name.