diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-04 09:18:57 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-04 09:18:57 -0500 |
| commit | 44cd9db87cbbe5534ee88e4bc96cfcef130d53dc (patch) | |
| tree | 0cc427d9d4b909ec88824fe1111fcb6aada430a2 /winapi_windows.h | |
| parent | c5aa4bc964c4c33dd846c932ae0f2b6e4d2413eb (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.h | 1 |
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; |
