reactos/reactos/lib/rossym
Stefan Ginsberg 6d811e8712 - Get rid of DDK's dependency on windef.h and winnt.h
- Clean up, fix, and add missing types to ntdef.h/ntifs.h/winddk.h/wdm.h/ntpoapi.h
- Add ntimage.h and use it in rossym and NDK
- Fix a gcc compatibility issue -- some internal NT structures have their pointer types defined in the DDK headers, but we define them along with the "struct" type when defining the full structure. MSVC is okay with this double definition, but gcc treats it as an error (hidden by system_header). Only define the "struct" type when declaring the full structure, making it compatible with both compilers.
- Also fix/add some types and header guards in NDK
- Clean up ks/portcls/drmk headers
- Fix incorrect types for some KS APIs (msdn is wrong for these) and add missing header guards
- Also, remove system_header (more of this coming up)

svn path=/trunk/; revision=37792
2008-12-01 15:12:23 +00:00
..
delete.c
find.c
fromfile.c - Get rid of DDK's dependency on windef.h and winnt.h 2008-12-01 15:12:23 +00:00
frommem.c - Get rid of DDK's dependency on windef.h and winnt.h 2008-12-01 15:12:23 +00:00
fromraw.c
getraw.c
init.c
initkm.c don't return a value in a void function 2007-11-22 11:12:39 +00:00
initum.c
rossym.rbuild
rossympriv.h
zwfile.c