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:
@@ -3,7 +3,7 @@ module clipboard
|
||||
import time
|
||||
|
||||
#include <windows.h>
|
||||
#flag -lUser32
|
||||
#flag -luser32
|
||||
|
||||
struct WndClassEx {
|
||||
cb_size u32
|
||||
|
||||
Reference in New Issue
Block a user