Skip to content

Commit

Permalink
Merge pull request #403 from jmalak/ssh-dll-fix
Browse files Browse the repository at this point in the history
fix issues with calling convention in Kermit SSH DLL
  • Loading branch information
davidrg authored Nov 5, 2024
2 parents e12b6ed + 6db6bac commit 4a7948f
Show file tree
Hide file tree
Showing 7 changed files with 1,482 additions and 712 deletions.
2 changes: 1 addition & 1 deletion kermit/k95/ckoker.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ nullssh.dll: ckonssh.obj ckoker.mak
!else
!if "$(CMP)" == "OWWCL"
$(CC) $(CC2) $(DEBUG) $(DLL) ckonssh.obj $(OUT)$@ \
$(LINKFLAGS_DLL) $(LIBS) -"export ssh_dll_init"
$(LINKFLAGS_DLL) $(LIBS) -"export ssh_dll_init=_ssh_dll_init"
!endif
!endif

Expand Down
Loading

0 comments on commit 4a7948f

Please sign in to comment.