diff options
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <commctrl.h> /* common.c */ -TCHAR *TSZFromSZ(char *, int); +TCHAR *TSZFromSZ(const char *, int); int Watched(int); /* main.c */ |