Le mar 01/11/2005 à 10:25, Bernd Schmidt a écrit :
Whee, my first Wine patch in, what, 10 years?
Nice to see you're back working on the project.
[snip]
=================================================================== RCS file: /home/wine/wine/dlls/kernel/file.c,v retrieving revision 1.43 diff -c -p -r1.43 file.c *** dlls/kernel/file.c 26 Oct 2005 13:57:45 -0000 1.43 --- dlls/kernel/file.c 1 Nov 2005 15:16:57 -0000 *************** HANDLE dos_handles[DOS_TABLE_SIZE]; *** 55,69 **** /* info structure for FindFirstFile handle */ typedef struct { ! DWORD magic; /* magic number */ ! HANDLE handle; /* handle to directory */
Please use diff -u format for patches, they're the standard here now.
Vincent