has_windbg.cpp 324 B

12345678910111213
  1. // Copyright Antony Polukhin, 2016-2019.
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. #include <cstring>
  7. #include <windows.h>
  8. #include "dbgeng.h"
  9. int main() {
  10. ::CoInitializeEx(0, COINIT_MULTITHREADED);
  11. }