diff options
-rw-r--r-- | source4/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index 2ca91f729f8..94868903851 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -423,7 +423,6 @@ /* ChangeNotify flags. */ #define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001 #define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 -#define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002 #define FILE_NOTIFY_CHANGE_ATTRIBUTES 0x00000004 #define FILE_NOTIFY_CHANGE_SIZE 0x00000008 #define FILE_NOTIFY_CHANGE_LAST_WRITE 0x00000010 |