mirror of
https://github.com/mudler/luet.git
synced 2025-08-28 11:50:37 +00:00
5 lines
143 B
Go
5 lines
143 B
Go
package winapi
|
|
|
|
//sys LocalAlloc(flags uint32, size int) (ptr uintptr) = kernel32.LocalAlloc
|
|
//sys LocalFree(ptr uintptr) = kernel32.LocalFree
|