Skip to content

Commit

Permalink
Remove unused c imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistuke committed Mar 14, 2021
1 parent 2eacbe3 commit e6c0c0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions System/Win32/File.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,6 @@ closeHandle h =
foreign import WINDOWS_CCONV unsafe "windows.h CloseHandle"
c_CloseHandle :: HANDLE -> IO Bool

{-# CFILES cbits/HsWin32.c #-}
foreign import ccall "HsWin32.h &CloseHandleFinaliser"
c_CloseHandleFinaliser :: FunPtr (Ptr a -> IO ())

foreign import WINDOWS_CCONV unsafe "windows.h GetFileType"
getFileType :: HANDLE -> IO FileType
--Apparently no error code
Expand Down

2 comments on commit e6c0c0f

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell / Win32 Continuous builds Build 105 is now running

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell / Win32 Continuous builds Build 105 outcome was SUCCESS
Summary: Running Build time: 00:11:03

Please sign in to comment.