Mercurial > games > semicongine
changeset 1010:34be258400a6
fix: dirty namespace on windows
author | sam <sam@basx.dev> |
---|---|
date | Tue, 16 Apr 2024 02:42:39 +0700 |
parents | 8b0a91fa2210 |
children | 03100c57e4d6 |
files | semicongine/audio.nim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/audio.nim Tue Apr 16 00:47:01 2024 +0700 +++ b/semicongine/audio.nim Tue Apr 16 02:42:39 2024 +0700 @@ -5,7 +5,7 @@ import std/logging except Level when defined(windows): # used for setting audio thread priority - import winim + import winim except Level when defined(linux): import std/posix