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:
@ -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
|
||||
|
Reference in New Issue
Block a user