Skip to content

Commit

Permalink
Fixed name conflicts on Windows
Browse files Browse the repository at this point in the history
Apparently there are functions called `SendMessage()` and
`GetFileSize()` in the Win32 API. I fixed these name conflicts by adding
a `Protocol` prefix to all functions related to the simple network
protocol for file stream communication. Furthermore, I changed the name
of `GetFileSize()` to `GetSizeOfFile()`.

Ticket: ENT-12414
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Dec 10, 2024
1 parent b1f5122 commit af5cbd9
Showing 1 changed file with 93 additions and 81 deletions.
Loading

0 comments on commit af5cbd9

Please sign in to comment.