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

tools,clipboard: use lowercase library names for -luser32etc, allowing linux->windows cross compilation of ui programs (#10455)

This commit is contained in:
kac- 2021-06-14 14:42:56 +02:00 committed by GitHub
parent 46148760cc
commit 8d4c9823ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ import v.util
$if windows {
$if tinyc {
#flag -lAdvapi32
#flag -lUser32
#flag -ladvapi32
#flag -luser32
}
}
fn main() {

View File

@ -3,7 +3,7 @@ module clipboard
import time
#include <windows.h>
#flag -lUser32
#flag -luser32
struct WndClassEx {
cb_size u32