agsinject: really fix rename of temp file on windows build
commit31b4c846a8e7952e91a498b101ce85dbd0655e76
authorrofl0r <rofl0r@users.noreply.github.com>
Wed, 31 Aug 2022 14:44:04 +0000 (31 14:44 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Wed, 31 Aug 2022 14:44:04 +0000 (31 14:44 +0000)
treed8301d8c1c6d75bb22938b8a0a17d7cf87cc1abd
parent0fc21a3fee2d3c0aa399f7b8038d47cafd2833d2
agsinject: really fix rename of temp file on windows build

finally completely resolves issue #29.

we need to use WinAPI directly to atomically rename a file across
filesystem boundaries and overwriting an existing destination file.
agsinject.c