Skip to content

Commit

Permalink
DLL function name compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelambert authored Feb 12, 2023
1 parent 289ec79 commit e6b16f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ DX.eicar(5)
### Nim

```nim
proc eicarspam(number: int): int {.stdcall,exportc,dynlib.} =
proc eicar(number: int): int {.stdcall,exportc,dynlib.} =
var part1: string = "X5O!P%@AP[4\\PZX54(P^)7CC)7}$"
part1.add("EICAR-STANDARD-ANTIVIRUS-TEST-FILE")
for i in 1 .. number:
Expand Down

0 comments on commit e6b16f2

Please sign in to comment.