This might be parallel to the shlapi/reg.c stuff... ChangeLog: Remove unused variable wineW. Index: directory.c =================================================================== RCS file: /home/wine/wine/files/directory.c,v retrieving revision 1.68 diff -u -3 -p -r1.68 directory.c --- directory.c 15 Oct 2003 03:47:53 -0000 1.68 +++ directory.c 17 Oct 2003 09:32:46 -0000 @@ -56,8 +56,6 @@ WINE_DECLARE_DEBUG_CHANNEL(file); static DOS_FULL_NAME DIR_Windows; static DOS_FULL_NAME DIR_System; -static const WCHAR wineW[] = {'w','i','n','e',0}; - /*********************************************************************** * FILE_contains_pathW */