mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Fixed typo: mkstubs.pl generated all stub DLLs with wsock32.dll as the internal DLL name.
This commit is contained in:
parent
82f3aeb9b8
commit
9aba673989
@ -36,7 +36,7 @@ print CODE "section .rdata:\n";
|
||||
|
||||
if(@ARGV == 3) {
|
||||
print CODE "\tglobal\t_dllname\n";
|
||||
print CODE "\tdllname_s:\tdb\t'wsock32.dll'\n";
|
||||
print CODE "\tdllname_s:\tdb\t'".$ARGV[2]."'\n";
|
||||
print CODE "\t_dllname:\tdd\tdllname_s\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user