summaryrefslogtreecommitdiff
path: root/redo/comctl32_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-18 00:22:21 -0400
committerPietro Gagliardi <[email protected]>2014-07-18 00:22:21 -0400
commitd2f09a02225281fbd30fe068f228ca0f3fd26471 (patch)
treefe0148572c6336dd74b2113b3a4fcdc34b3fe4ae /redo/comctl32_windows.go
parent7c6fa3b2fd773a31d4c0f8899b96c1f25a669ec1 (diff)
Fixed all the remaining compiler errors. C conversion works!
Diffstat (limited to 'redo/comctl32_windows.go')
-rw-r--r--redo/comctl32_windows.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/comctl32_windows.go b/redo/comctl32_windows.go
index a28da69..55ba49f 100644
--- a/redo/comctl32_windows.go
+++ b/redo/comctl32_windows.go
@@ -9,6 +9,9 @@ import (
"unsafe"
)
+// #include "winapi_windows.h"
+import "C"
+
// pretty much every constant here except _WM_USER is from commctrl.h, except where noted
/*