Files
energy/cef/internal/initialize/libdll_windows.go
2024-12-19 22:58:40 +08:00

18 lines
344 B
Go

// ----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// # Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// ----------------------------------------
//go:build windows
// +build windows
package initialize
func dll() string {
return ""
}