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

os: Windows fixes

This commit is contained in:
Alexander Medvednikov
2019-08-17 02:09:36 +03:00
parent 37a607dce5
commit be141d9c5f
2 changed files with 8 additions and 14 deletions

View File

@@ -7,12 +7,6 @@ const (
PathSeparator = '/'
)
struct C.dirent {
d_name byteptr
}
fn C.readdir(voidptr) C.dirent
// get_error_msg return error code representation in string.
pub fn get_error_msg(code int) string {