Skip to content

Commit

Permalink
screened 2025-01-10 08:50:47+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed Jan 10, 2025
1 parent 377189b commit 300c570
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
os:
# - ubuntu-20.04
# - ubuntu-22.04
- ubuntu-24.04
# - macos-12
- macos-13
# - windows-2019
# - ubuntu-24.04
# # - macos-12
# - macos-13
- windows-2019
- windows-2022
ghc:
- 8.4.4
Expand Down
8 changes: 5 additions & 3 deletions src/Darcs/Util/Encoding/Win32.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ import qualified Data.ByteString as B
import Foreign ( castPtr, allocaArray0 )
import Foreign.C
( CInt(..), peekCWStringLen, withCWStringLen )
import System.Win32
( CodePage, nullPtr, getCurrentCodePage
, wideCharToMultiByte, multiByteToWideChar
import System.Win32 ( CodePage, nullPtr )
import System.Win32.Encoding
( getCurrentCodePage
, multiByteToWideChar
, wideCharToMultiByte
)

#include <windows_cconv.h>
Expand Down

0 comments on commit 300c570

Please sign in to comment.