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

ci: fix some of v test-cleancode 2

This commit is contained in:
Delyan Angelov
2021-04-05 20:55:03 +03:00
parent fec89c7efb
commit c0e2b9b1e2
5 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ pub const (
fn C.LoadLibrary(libfilename &u16) voidptr
fn C.GetProcAddress(handle voidptr, procname byteptr) voidptr
fn C.GetProcAddress(handle voidptr, procname &byte) voidptr
fn C.FreeLibrary(handle voidptr) bool