Changeset 69416 in vbox
- Timestamp:
- Oct 27, 2017 10:03:34 AM (7 years ago)
- Location:
- trunk/src/VBox/RDP/client-1.8.3/vrdp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c
r58158 r69416 1 /* $Id$ */ 1 2 /** @file 2 * 3 * Remote Desktop Protocol client: 4 * USB Channel Process Functions 5 * 3 * Remote Desktop Protocol client - USB Channel Process Functions 6 4 */ 7 5 … … 371 369 static PUSBPROXYDEV g_proxies = NULL; 372 370 373 static PUSBPROXYDEV 371 static PUSBPROXYDEV 374 372 devid2proxy (uint32_t devid) 375 373 { -
trunk/src/VBox/RDP/client-1.8.3/vrdp/vrdpusb.h
r44528 r69416 1 /* $Id$ */ 1 2 /** @file 2 * 3 * Remote Desktop Protocol client - USB Channel 3 4 */ 4 5 … … 28 29 #define VRDP_USB_CAPS_FLAG_POLL (1) 29 30 30 #endif /* __VRDPUSB__H */ 31 #endif /* !__VRDPUSB__H */ 32
Note:
See TracChangeset
for help on using the changeset viewer.