hpoussin@svn.reactos.com wrote:
Implement SetupGetInfFileListW and SetupGetInfInformationW Inf file parser now accept UNICODE files with FF FE header Return required buffer size when buffer is too small in SetupGetLineTextA/W, SetupGetStringFieldA/W
I think you forgot to commit changes to a header file:
lib\setupapi\parser.c: In function 'SetupGetInfInformationW': lib\setupapi\parser.c:1874: error: 'INFINFO_INF_SPEC_IS_HINF' undeclared (first use in this function) lib\setupapi\parser.c:1874: error: (Each undeclared identifier is reported only once lib\setupapi\parser.c:1874: error: for each function it appears in.) lib\setupapi\parser.c:1875: error: 'INFINFO_INF_NAME_IS_ABSOLUTE' undeclared (fi rst use in this function) lib\setupapi\parser.c:1876: error: 'INFINFO_DEFAULT_SEARCH' undeclared (first us e in this function) lib\setupapi\parser.c:1877: error: 'INFINFO_REVERSE_DEFAULT_SEARCH' undeclared ( first use in this function) lib\setupapi\parser.c:1877: error: 'INFINFO_INF_PATH_LIST_SEARCH' undeclared (fi rst use in this function) lib\setupapi\parser.c: In function 'SetupGetInfFileListW': lib\setupapi\parser.c:2019: error: 'INFINFO_INF_SPEC_IS_HINF' undeclared (first use in this function)
Thomas Weidenmueller wrote:
hpoussin@svn.reactos.com wrote:
Implement SetupGetInfFileListW and SetupGetInfInformationW Inf file parser now accept UNICODE files with FF FE header Return required buffer size when buffer is too small in SetupGetLineTextA/W, SetupGetStringFieldA/W
I think you forgot to commit changes to a header file:
lib\setupapi\parser.c: In function 'SetupGetInfInformationW': lib\setupapi\parser.c:1874: error: 'INFINFO_INF_SPEC_IS_HINF' undeclared (first use in this function) lib\setupapi\parser.c:1874: error: (Each undeclared identifier is reported only once lib\setupapi\parser.c:1874: error: for each function it appears in.) lib\setupapi\parser.c:1875: error: 'INFINFO_INF_NAME_IS_ABSOLUTE' undeclared (fi rst use in this function) lib\setupapi\parser.c:1876: error: 'INFINFO_DEFAULT_SEARCH' undeclared (first us e in this function) lib\setupapi\parser.c:1877: error: 'INFINFO_REVERSE_DEFAULT_SEARCH' undeclared ( first use in this function) lib\setupapi\parser.c:1877: error: 'INFINFO_INF_PATH_LIST_SEARCH' undeclared (fi rst use in this function) lib\setupapi\parser.c: In function 'SetupGetInfFileListW': lib\setupapi\parser.c:2019: error: 'INFINFO_INF_SPEC_IS_HINF' undeclared (first use in this function)
Fixed.
- Filip