/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpdr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 553 by matthewc, Fri Oct 31 04:29:57 2003 UTC revision 554 by stargo, Tue Dec 9 09:57:44 2003 UTC
# Line 62  rdpdr_send_available(void) Line 62  rdpdr_send_available(void)
62  #if 1  #if 1
63          out_uint32_le(s, 0x1);  /* Device type 0x1 - serial */          out_uint32_le(s, 0x1);  /* Device type 0x1 - serial */
64          out_uint32_le(s, 0);    /* Handle */          out_uint32_le(s, 0);    /* Handle */
65          out_uint8p(s, "COM2", 4);          out_uint8p(s, "COM4", 4);
66          out_uint8s(s, 4);       /* Pad to 8 */          out_uint8s(s, 4);       /* Pad to 8 */
67          out_uint32(s, 0);          out_uint32(s, 0);
68  #endif  #endif

Legend:
Removed from v.553  
changed lines
  Added in v.554

  ViewVC Help
Powered by ViewVC 1.1.26