3 Feb
2022
3 Feb
'22
6:47 p.m.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> --- dlls/shell32/tests/shlfileop.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 9eab928c12f..1c7f25ccd52 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -29,10 +29,6 @@ #include "wine/test.h" -#ifndef FOF_NORECURSION -#define FOF_NORECURSION 0x1000 -#endif - /* Error codes could be pre-Win32 */ #define DE_SAMEFILE 0x71 #define DE_MANYSRC1DEST 0x72 -- 2.34.1