akavel / winq

Package winq provides functions for quick & dirty WinAPI calls, with easy errors capturing.
godoc.org/github.com/akavel/winq
16 stars 1 forks source link

"syscall doesn't support float" #1

Open akavel opened 9 years ago

akavel commented 9 years ago

Reportedly, Windows syscall doesn't support float actually! Need to verify, look around, and would probably be nice to generally try to fix this somehow, or something... but first would have to disable floats explicitly in F().

EDIT: ah, I don't actually support floats in F() apparently. Not sure why, umm, I don't remember... :/ but kinda good in this context; still, would be better to explicitly return nil, fmt.Errorf("....") on them. If the above is confirmed.