diff options
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ TCHAR *TszFromSz(const char *, int); void UpdateLayout(); /* listview.c */ -HWND LvCreate(HMENU); -int LvHeight(HWND); +HWND LvCreate(HMENU, DWORD); +int LvHeight(HWND, int); /* episodelistview.c */ HWND ElvCreate(); |