diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
| commit | 8d43eb52cef37f870c469224b30ea23bec48c3f1 (patch) | |
| tree | 2be626cc00e71d0117a7c2582c5c814bd20235c6 /datetimepicker.go | |
| parent | c91b665da35ce987c2143ebbc141c7d04b6c27c5 (diff) | |
Started fixing the build.
Diffstat (limited to 'datetimepicker.go')
| -rw-r--r-- | datetimepicker.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdlib.h> // #include <time.h> // #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 |
