diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-11 23:34:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-11 23:34:39 -0400 |
| commit | c55386f9295fa5c16763a2a428e8e63eba1e7c53 (patch) | |
| tree | 760b04a7ede6aeec4cd990b7cc5e5e9e1218eb5a /redo/funcnames_windows.go | |
| parent | 06c2f1b0517a96f5d8cb2ad22125c121618834f5 (diff) | |
Added function generation to zwinconstgen.go. cgo uses DWARF to get function parameters, so we'll just specify them manually ourselves; see funcnames_windows.go.
Diffstat (limited to 'redo/funcnames_windows.go')
| -rw-r--r-- | redo/funcnames_windows.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go new file mode 100644 index 0000000..02b85ca --- /dev/null +++ b/redo/funcnames_windows.go @@ -0,0 +1,6 @@ +// 11 july 2014 + +package ui + +// wfunc kernel32 GetModuleHandleW *uint16 uintptr +// wfunc kernel32 GetStartupInfoW *s_STARTUPINFOW void |
