Hi, ekohl@svn.reactos.com wrote:
Add parameter checks.
Updated files: trunk/reactos/lib/setupapi/cfgmgr.c
[CC] lib/setupapi/cfgmgr.c lib/setupapi/cfgmgr.c: In function `CM_Locate_DevNode_ExW': lib/setupapi/cfgmgr.c:991: error: `CM_LOCATE_DEVNODE_BITS' undeclared (first use in this function) lib/setupapi/cfgmgr.c:991: error: (Each undeclared identifier is reported only once lib/setupapi/cfgmgr.c:991: error: for each function it appears in.) make: *** [obj-i386/lib/setupapi/cfgmgr.o] Error 1
I found /w32api/include/ddk/cfgmgr32.h adding <ddk/cfgmgr32.h> did help, but it created more problems. Thanks, James
James Tabor schrieb:
Hi, ekohl@svn.reactos.com wrote:
Add parameter checks.
Updated files: trunk/reactos/lib/setupapi/cfgmgr.c
[CC] lib/setupapi/cfgmgr.c lib/setupapi/cfgmgr.c: In function `CM_Locate_DevNode_ExW': lib/setupapi/cfgmgr.c:991: error: `CM_LOCATE_DEVNODE_BITS' undeclared (first use in this function) lib/setupapi/cfgmgr.c:991: error: (Each undeclared identifier is reported only once lib/setupapi/cfgmgr.c:991: error: for each function it appears in.) make: *** [obj-i386/lib/setupapi/cfgmgr.o] Error 1
I found /w32api/include/ddk/cfgmgr32.h adding <ddk/cfgmgr32.h> did help, but it created more problems. Thanks, James
I forgot to commit include/wine/cfgmgr32.h. It's in the SVN tree now!
Regards, Eric