261 korean fonts (#273)

* fix: linting

* chore: bump version

* fix: unicode text for Windows
This commit is contained in:
Lea Anthony
2019-10-25 12:33:29 +11:00
committed by GitHub
parent 0819207e33
commit 85a64914aa
3 changed files with 33 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ package webview
#cgo linux openbsd freebsd CFLAGS: -DWEBVIEW_GTK=1 -Wno-deprecated-declarations
#cgo linux openbsd freebsd pkg-config: gtk+-3.0 webkit2gtk-4.0
#cgo windows CFLAGS: -DWEBVIEW_WINAPI=1 -std=c99
#cgo windows CFLAGS: -DWEBVIEW_WINAPI=1 -std=c99 -DUNICODE=1
#cgo windows LDFLAGS: -lole32 -lcomctl32 -loleaut32 -luuid -lgdi32
#cgo darwin CFLAGS: -DWEBVIEW_COCOA=1 -x objective-c