1
0
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:
Steven Gay
2019-11-11 03:34:53 +11:00
committed by Alexander Medvednikov
parent f8ab629986
commit d1e7a54f3a
7 changed files with 226 additions and 46 deletions

View File

@@ -86,7 +86,6 @@ fn init_os_args(argc int, argv &byteptr) []string {
return args
}
pub fn ls(path string) ?[]string {
mut find_file_data := Win32finddata{}
mut dir_files := []string