mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@ -15,7 +15,7 @@ struct C.tm {
|
||||
tm_sec int
|
||||
}
|
||||
|
||||
struct C._FILETIME {
|
||||
pub struct C._FILETIME {
|
||||
dwLowDateTime u32
|
||||
dwHighDateTime u32
|
||||
}
|
||||
|
Reference in New Issue
Block a user