Alex! Hi!
ion@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/io/ Changes by: ion@mok.osexperts.com 04/10/31 14:21:41
Modified files: reactos/include/ddk/: iofuncs.h iotypes.h reactos/ntoskrnl/io/: cleanup.c irp.c
Log message: Use proper IRP structure
I'm get'en this,
i386-mingw32-gcc -I./include -Wall -Werror -D_DISABLE_TIDENTS -D__3GB__ -D__NTOSKRNL__ -I. -D_SEH_NO_NATIVE_NLG -I../include -I../w32api/include -pipe -march=i486 -D_M_IX86 -c io/cleanup.c -o io/cleanup.o io/cleanup.c: In function `IoSecondStageCompletion': io/cleanup.c:195: error: `by' undeclared (first use in this function) io/cleanup.c:195: error: (Each undeclared identifier is reported only once io/cleanup.c:195: error: for each function it appears in.) io/cleanup.c:195: error: parse error before "DeviceObject" make: *** [io/cleanup.o] Error 1
Not sure what time this poped up, James
James Tabor wrote:
Alex! Hi!
ion@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/ntoskrnl/io/ Changes by: ion@mok.osexperts.com 04/10/31 14:21:41
Modified files: reactos/include/ddk/: iofuncs.h iotypes.h reactos/ntoskrnl/io/: cleanup.c irp.c Log message: Use proper IRP structure
I'm get'en this,
i386-mingw32-gcc -I./include -Wall -Werror -D_DISABLE_TIDENTS -D__3GB__ -D__NTOSKRNL__ -I. -D_SEH_NO_NATIVE_NLG -I../include -I../w32api/include -pipe -march=i486 -D_M_IX86 -c io/cleanup.c -o io/cleanup.o io/cleanup.c: In function `IoSecondStageCompletion': io/cleanup.c:195: error: `by' undeclared (first use in this function) io/cleanup.c:195: error: (Each undeclared identifier is reported only once io/cleanup.c:195: error: for each function it appears in.) io/cleanup.c:195: error: parse error before "DeviceObject" make: *** [io/cleanup.o] Error 1
Not sure what time this poped up, James _______________________________________________ Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
Sorry, I wrote "by" by accident in the .c file. I'll remove it...
Best regards, Alex Ionescu