Zebediah Figura : shell32/tests: Remove pointless redefinition of FOF_NORECURSION.

Alexandre Julliard julliard at winehq.org
Fri Feb 4 16:08:34 CST 2022


Module: wine
Branch: master
Commit: aade29db0613a64dca0212bf5719bc92be1e5e83
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aade29db0613a64dca0212bf5719bc92be1e5e83

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Thu Feb  3 18:47:20 2022 -0600

shell32/tests: Remove pointless redefinition of FOF_NORECURSION.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list