Skip to content

Commit 482b03e

Browse files
committed
Updated code generation infra
1 parent e47dd80 commit 482b03e

File tree

3 files changed

+15
-44
lines changed

3 files changed

+15
-44
lines changed

generator.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

shell32_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ import (
3535
"unsafe"
3636
)
3737

38+
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zshell32_windows.go shell32_windows.go
39+
3840
//sys getKnownFolderPath(rfid *syscall.GUID, dwFlags uint32, hToken syscall.Handle, path **uint16) (regerrno error) = shell32.SHGetKnownFolderPath
3941
//sys taskMemFree(pv uintptr) = ole32.CoTaskMemFree
4042
//sys getFolderPath(hwndOwner uint32, nFolder int, hToken syscall.Handle, dwFlags uint32, path *uint16) (regerrno error) = shell32.SHGetFolderPathW

zshell32_windows.go

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)