summaryrefslogtreecommitdiff
path: root/common_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 15:41:50 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 15:41:50 -0500
commitc20e3a261195889029d71e9490674fe48104a170 (patch)
treec1c1e268a9ceaf1a14747bd147c7c97bfc4c22ae /common_windows.go
parent1bb2371e8d7c92ef533e29c7605b48ebc53adb7d (diff)
More TODO reduction.
Diffstat (limited to 'common_windows.go')
-rw-r--r--common_windows.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/common_windows.go b/common_windows.go
index e541c7b..5ebf0a4 100644
--- a/common_windows.go
+++ b/common_windows.go
@@ -26,8 +26,7 @@ const (
_TRUE = 1 // from windef.h
)
-// TODO pull the thanks for these three from the old wingo source
-// TODO put these in windows.go
+// In MSDN, _LPARAM and _LRESULT are listed as signed pointers, however their interpretation is message-specific. Ergo, just cast them yourself; it'll be the same. (Thanks to Tv` in #go-nuts for helping me realize this.)
type _WPARAM uintptr
type _LPARAM uintptr
type _LRESULT uintptr