mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-09 18:31:29 +08:00
17 lines
236 B
Go
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
|
|
}
|