Improved Windows DLL calls
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"git.akyoto.dev/cli/q/src/dll"
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.akyoto.dev/cli/q/src/register"
|
||||
"git.akyoto.dev/cli/q/src/scope"
|
||||
@ -19,6 +20,7 @@ type Function struct {
|
||||
Parameters []*scope.Variable
|
||||
ReturnTypes []*types.Type
|
||||
Functions map[string]*Function
|
||||
DLLs dll.List
|
||||
Err error
|
||||
deferred []func()
|
||||
count counter
|
||||
|
Reference in New Issue
Block a user