CVS: rdesktop rdpdr.c,1.25,1.26
Peter ?strand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9978 Modified Files: rdpdr.c Log Message: Removed duplicat IRP_MJ defs. Added def for IRP_MJ_LOCK_CONTROL Index: rdpdr.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** rdpdr.c 5 Apr 2004 19:23:08 -0000 1.25 --- rdpdr.c 15 Apr 2004 20:11:19 -0000 1.26 *************** *** 6,15 **** #include "rdesktop.h" - #define IRP_MJ_CREATE 0x00 - #define IRP_MJ_CLOSE 0x02 - #define IRP_MJ_READ 0x03 - #define IRP_MJ_WRITE 0x04 - #define IRP_MJ_DEVICE_CONTROL 0x0e - #define IRP_MJ_CREATE 0x00 #define IRP_MJ_CLOSE 0x02 --- 6,9 ---- *************** *** 21,24 **** --- 15,19 ---- #define IRP_MJ_DIRECTORY_CONTROL 0x0c #define IRP_MJ_DEVICE_CONTROL 0x0e + #define IRP_MJ_LOCK_CONTROL 0x11 #define IRP_MN_QUERY_DIRECTORY 0x01 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click