- Timestamp:
- Oct 27, 2023 3:40:41 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159724
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp
r101634 r101635 755 755 } 756 756 757 #ifdef WIN32758 757 static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *) 759 #else760 static int channelWriteWontblockCallback(ssh_session, ssh_channel, size_t, void *)761 #endif762 758 { 763 759 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.