5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 18:31:29 +08:00
wails/v2/internal/ffenestri/ffenestri_windows.go
2021-04-24 20:59:00 +10:00

17 lines
236 B
Go

package ffenestri
/*
#cgo windows,amd64 LDFLAGS: -L./windows/x64 -lwebview -lWebView2Loader
#include "ffenestri.h"
#include "ffenestri_windows.h"
*/
import "C"
func (a *Application) processPlatformSettings() error {
return nil
}