• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright Antony Polukhin, 2016-2020.
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 
7 #include <cstring>
8 #include <windows.h>
9 #include "dbgeng.h"
10 
main()11 int main() {
12     ::CoInitializeEx(0, COINIT_MULTITHREADED);
13 }
14