1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "print_backtrace_skipping_top_frames: Implementation for MSVC "

This reverts commit d1e7a54f3a.
This commit is contained in:
Alexander Medvednikov
2019-11-10 20:01:19 +03:00
parent fdf6682254
commit ffa9646749
7 changed files with 46 additions and 226 deletions

View File

@ -86,6 +86,7 @@ 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