diff options
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 328e0a3..028f3c3 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -81,7 +81,7 @@ extern LRESULT getWindowTextLen(HWND); extern void getWindowText(HWND, WPARAM, LPWSTR); extern void setWindowText(HWND, LPWSTR); extern void updateWindow(HWND); -extern void storelpParam(HWND, LPARAM); +extern void *getWindowData(HWND, UINT, WPARAM, LPARAM, LRESULT *, void (*)(void *, HWND)); extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *); // tab_windows.go |
