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