From 8d43eb52cef37f870c469224b30ea23bec48c3f1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 12 Aug 2018 09:24:51 -0400 Subject: Started fixing the build. --- datetimepicker.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'datetimepicker.go') diff --git a/datetimepicker.go b/datetimepicker.go index cbdd215..0859a32 100644 --- a/datetimepicker.go +++ b/datetimepicker.go @@ -7,6 +7,7 @@ import ( "unsafe" ) +// #include // #include // #include "ui.h" // static inline struct tm *allocTimeStruct(void) @@ -14,7 +15,7 @@ import ( // /* TODO handle error */ // return (struct tm *) malloc(sizeof (struct tm)); // } -// extern void doDateTimePickerChanged(uiDateTimePicker *, void *); +// extern void doDateTimePickerOnChanged(uiDateTimePicker *, void *); import "C" // DateTimePicker is a Control that represents a field where the user -- cgit v1.2.3