diff options
author | Wim <wim@42.be> | 2022-11-27 00:42:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 00:42:16 +0100 |
commit | 4fd0a7672777f0ed15692ae2ba47838208537558 (patch) | |
tree | b119834a8b9ee78aa8f1b2ad05efa7da50516cbf /vendor/modernc.org/libc/libc_windows_arm64.go | |
parent | 6da9d567dc9195e9a5211f23a6795a41f56a1bfc (diff) | |
download | matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.gz matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.bz2 matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.zip |
Update dependencies (#1929)
Diffstat (limited to 'vendor/modernc.org/libc/libc_windows_arm64.go')
-rw-r--r-- | vendor/modernc.org/libc/libc_windows_arm64.go | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vendor/modernc.org/libc/libc_windows_arm64.go b/vendor/modernc.org/libc/libc_windows_arm64.go index 10cdf904..2b73ab4c 100644 --- a/vendor/modernc.org/libc/libc_windows_arm64.go +++ b/vendor/modernc.org/libc/libc_windows_arm64.go @@ -499,10 +499,12 @@ func Xaccept(t *TLS, sockfd uint64, addr uintptr, addrlen uintptr) uint64 { } // LRESULT LRESULT DefWindowProcW( -// HWND hWnd, -// UINT Msg, -// WPARAM wParam, -// LPARAM lParam +// +// HWND hWnd, +// UINT Msg, +// WPARAM wParam, +// LPARAM lParam +// // ); func XDefWindowProcW(t *TLS, _ ...interface{}) int64 { panic(todo("")) |