mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
print_backtrace_skipping_top_frames: Implementation for MSVC
This commit is contained in:

committed by
Alexander Medvednikov

parent
f8ab629986
commit
d1e7a54f3a
@ -19,6 +19,7 @@ CommonCHeaders = '
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h> // sleep
|
||||
#else
|
||||
#pragma comment(lib, "Dbghelp.lib")
|
||||
#if defined(__MSVCRT_VERSION__) && __MSVCRT_VERSION__ < __MSVCR90_DLL
|
||||
#error Please upgrade your MinGW distribution to use msvcr90.dll or later.
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user