If the patch are fine (and as you can see from README.rapi.patch im an
optimist :-) ), can i
have them included in the CVS/next_release?
i forgot the rapi.h file... Sorry
Riccardo Di Meo
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--
Against TCPA - http://www.againsttcpa.com/
Don't let them take YOUR RIGHTS, say NO!
146a147,151
> /* dwMoveMethod */
> #define FILE_BEGIN 0
> #define FILE_CURRENT 1
> #define FILE_END 2
>
280a286,295
> DWORD CeSetFilePointer(
> HANDLE hObject,
> LONG lDistanceToMove,
> LONG *lpDistanceToMoveHigh,
> DWORD dwMoveMethod);
>
> BOOL CeSetEndOfFile(
> HANDLE hObject);
>
>