Hi all!
weiden(a)cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS
Module name: reactos
Repository: reactos/lib/advapi32/sec/
Changes by: weiden(a)mok.osexperts.com 04/12/10 16:21:34
Modified files:
reactos/lib/advapi32/: advapi32.def advapi32.h makefile
reactos/lib/advapi32/misc/: sysfunc.c
reactos/lib/advapi32/token/: token.c
Added files:
reactos/lib/advapi32/crypt/: .cvsignore crypt.c crypt.h
crypt_des.c crypt_lmhash.c
crypt_md4.c crypt_md5.c crypt_sha.c
reactos/lib/advapi32/sec/: trustee.c
Log message:
port crypt and trustee support from Wine. Patch by Steven Edwards.
I'm getting
this,
[CC] crypt/crypt.c
In file included from crypt/crypt.c:28:
../../include/wine/port.h:248: error: parse error before "pread"
../../include/wine/port.h:248: warning: type defaults to `int' in declaration of
`pread'
../../include/wine/port.h:248: warning: data definition has no type or storage class
../../include/wine/port.h:252: error: parse error before "pwrite"
../../include/wine/port.h:252: warning: type defaults to `int' in declaration of
`pwrite'
../../include/wine/port.h:252: warning: data definition has no type or storage class
make: *** [crypt/crypt.o] Error 1
Good port, we need it for AbiWord 2.2.1,
James