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