diff --git a/reactos/include/ddk/ntifs.h b/reactos/include/ddk/ntifs.h index e4f662e4dab..010c5931b32 100644 --- a/reactos/include/ddk/ntifs.h +++ b/reactos/include/ddk/ntifs.h @@ -10298,9 +10298,6 @@ typedef struct _QUERY_PATH_RESPONSE { #include "csq.h" -extern PACL SePublicDefaultDacl; -extern PACL SeSystemDefaultDacl; - #define FS_LFN_APIS 0x00004000 #define FILE_STORAGE_TYPE_SPECIFIED 0x00000041 /* FILE_DIRECTORY_FILE | FILE_NON_DIRECTORY_FILE */ diff --git a/reactos/include/xdk/ntifs.template.h b/reactos/include/xdk/ntifs.template.h index fd55c313560..9018b9798a4 100644 --- a/reactos/include/xdk/ntifs.template.h +++ b/reactos/include/xdk/ntifs.template.h @@ -1232,9 +1232,6 @@ typedef struct _QUERY_PATH_RESPONSE { #include "csq.h" -extern PACL SePublicDefaultDacl; -extern PACL SeSystemDefaultDacl; - #define FS_LFN_APIS 0x00004000 #define FILE_STORAGE_TYPE_SPECIFIED 0x00000041 /* FILE_DIRECTORY_FILE | FILE_NON_DIRECTORY_FILE */