From 667745dd8c79ea358b66456ea7afcc751429da88 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 28 Oct 2014 15:46:13 -0400 Subject: Added the initial Windows Spinbox code. --- basicctrls_windows.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basicctrls_windows.c') diff --git a/basicctrls_windows.c b/basicctrls_windows.c index 8a4cc9a..1041b32 100644 --- a/basicctrls_windows.c +++ b/basicctrls_windows.c @@ -160,3 +160,6 @@ void setGroupSubclass(HWND hwnd, void *data) if ((*fv_SetWindowSubclass)(hwnd, groupSubProc, 0, (DWORD_PTR) data) == FALSE) xpanic("error subclassing Group to give it its own event handler", GetLastError()); } + +// provided for cgo's benefit +LPWSTR xUPDOWN_CLASSW = UPDOWN_CLASSW; -- cgit v1.2.3