mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[INCLUDE] arc.h: CONFIGTYPE in the FILEINFORMATION structure, is actually CONFIGURATION_TYPE
This commit is contained in:
@@ -217,13 +217,12 @@ typedef struct _MEMORY_DESCRIPTOR
|
||||
PFN_NUMBER PageCount;
|
||||
} MEMORY_DESCRIPTOR, *PMEMORY_DESCRIPTOR;
|
||||
|
||||
typedef int CONFIGTYPE;
|
||||
typedef struct tagFILEINFORMATION
|
||||
typedef struct _FILEINFORMATION
|
||||
{
|
||||
LARGE_INTEGER StartingAddress;
|
||||
LARGE_INTEGER EndingAddress;
|
||||
LARGE_INTEGER CurrentAddress;
|
||||
CONFIGTYPE Type;
|
||||
CONFIGURATION_TYPE Type;
|
||||
ULONG FileNameLength;
|
||||
UCHAR Attributes;
|
||||
CHAR Filename[32];
|
||||
|
||||
Reference in New Issue
Block a user