From 821068b0c723560aa4a1e15bc02ba3161b2c2d65 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 13 Aug 2005 12:09:34 +0000 Subject: [PATCH] small clean up. remove double define of COPY_FILE_FAIL_IF_EXISTS and COPY_FILE_RESTARTABLE svn path=/trunk/; revision=17359 --- reactos/w32api/include/winbase.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/w32api/include/winbase.h b/reactos/w32api/include/winbase.h index b8ac339e5aa..bd5511a56cc 100644 --- a/reactos/w32api/include/winbase.h +++ b/reactos/w32api/include/winbase.h @@ -130,8 +130,6 @@ extern "C" { #define PROGRESS_QUIET 3 #define CALLBACK_CHUNK_FINISHED 0 #define CALLBACK_STREAM_SWITCH 1 -#define COPY_FILE_FAIL_IF_EXISTS 1 -#define COPY_FILE_RESTARTABLE 2 #define OFS_MAXPATHNAME 128 #define FILE_MAP_ALL_ACCESS 0xf001f #define FILE_MAP_READ 4