Update multi.go

This commit is contained in:
s1egesystems 2021-02-09 19:48:19 +00:00 committed by GitHub
parent 7b4a438fb7
commit 1a18df802d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ func messagebox() {
title := "Error:"
message := "Error to distract user."
mbox.Call(0,
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(message))),
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(title))),
0)
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(message))),
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(title))),
0)
}
func getprocname(id uint32) string {