summaryrefslogtreecommitdiff
path: root/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-04 09:18:57 -0500
committerPietro Gagliardi <[email protected]>2014-11-04 09:18:57 -0500
commit44cd9db87cbbe5534ee88e4bc96cfcef130d53dc (patch)
tree0cc427d9d4b909ec88824fe1111fcb6aada430a2 /winapi_windows.h
parentc5aa4bc964c4c33dd846c932ae0f2b6e4d2413eb (diff)
Started the Windows ProgressBar implemetnation. There's still an important detail left over...
Diffstat (limited to 'winapi_windows.h')
-rw-r--r--winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winapi_windows.h b/winapi_windows.h
index 7ea6ed3..75476b1 100644
--- a/winapi_windows.h
+++ b/winapi_windows.h
@@ -77,6 +77,7 @@ extern void textfieldHideInvalidBalloonTip(HWND);
extern void setGroupSubclass(HWND, void *);
extern HWND newUpDown(HWND, void *);
extern void setSpinboxEditSubclass(HWND, void *);
+extern LPWSTR xPROGRESS_CLASS;
// init_windows.c
extern HINSTANCE hInstance;