From 6ae896cd6489eb454162100a3602d7dfe5823b99 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 10 Feb 2014 05:00:24 -0500 Subject: [PATCH] More TODOs. --- common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common.go b/common.go index 1996f37..4505397 100644 --- a/common.go +++ b/common.go @@ -22,6 +22,7 @@ const ( type ATOM uint16 // TODO pull the thanks for these three from the old wingo source +// TODO put these in windows.go type WPARAM uintptr type LPARAM uintptr type LRESULT uintptr