summaryrefslogtreecommitdiff
path: root/newctrl/winapi_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'newctrl/winapi_windows.h')
-rw-r--r--newctrl/winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newctrl/winapi_windows.h b/newctrl/winapi_windows.h
index 9ee3994..c045f70 100644
--- a/newctrl/winapi_windows.h
+++ b/newctrl/winapi_windows.h
@@ -122,6 +122,7 @@ extern intptr_t tableSelectedItem(HWND);
extern void tableSelectItem(HWND, intptr_t);
// container_windows.c
+#define containerclass L"gouicontainer"
extern DWORD makeContainerWindowClass(char **);
extern HWND newContainer();
extern void calculateBaseUnits(HWND, int *, int *, LONG *);