summaryrefslogtreecommitdiff
path: root/basicctrls_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'basicctrls_windows.c')
-rw-r--r--basicctrls_windows.c3
1 files changed, 3 insertions, 0 deletions
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;