Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
Created an attachment (id=5129)
Move typedef PECP_HEADER upwards.
Current version of SVN r47771 brings out this GCC error:
.../sezero/W64_160271/bin/../lib/gcc/x86_64-w64-mingw32/4.4.5/../../../../x86_64-w64-mingw32/include/ddk/ntifs.h:7778: error: expected ')' before 'Ecp'
PECP_HEADER needs to define before used in FsRtlInitializeExtraCreateParameter. The patch fixed that.