Changeset 101634 in vbox
- Timestamp:
- Oct 27, 2023 3:27:36 PM (11 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Devices/Network/DrvCloudTunnel.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r101507 r101634 5136 5136 ifdef VBOX_WITH_LIBSSH 5137 5137 SDK_VBoxLibSsh := libssh for dynamic dll loading with assembly stubs. 5138 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0. 9.6/include5138 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0.10.5/include 5139 5139 # SDK_VBoxLibSsh_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly 5140 5140 # by auto-generated stub code (lazy loading) -
trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp
r101625 r101634 755 755 } 756 756 757 #ifdef WIN32 758 static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *) 759 #else 757 760 static int channelWriteWontblockCallback(ssh_session, ssh_channel, size_t, void *) 761 #endif 758 762 { 759 763 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.

