Commit in reactos/subsys/system/winefile on ros-branch-0_2_5 | |||
winefile.c | +1 | -1 | 1.17 -> 1.17.4.1 |
Nowadays ReactOS is unable to handle the same classname used by two different apps. Use WFS__Tree in winefile since Explorer already uses WFS_Tree.
diff -u -r1.17 -r1.17.4.1 --- winefile.c 16 Nov 2004 19:42:08 -0000 1.17 +++ winefile.c 23 Dec 2004 21:50:55 -0000 1.17.4.1 @@ -211,7 +211,7 @@
/* window class names */ const static TCHAR sWINEFILEFRAME[] = {'W','F','S','_','F','r','a','m','e','\0'};
-const static TCHAR sWINEFILETREE[] = {'W','F','S','_','T','r','e','e','\0'};
+const static TCHAR sWINEFILETREE[] = {'W','F','S','_','_','T','r','e','e','\0'};
#ifdef _MSC_VER /* #define LONGLONGARG _T("I64") */