Skip to content

Commit

Permalink
Fix missing install includes
Browse files Browse the repository at this point in the history
Add missing , "winnls_compat.h", "winnt_compat.h"
  • Loading branch information
Mistuke authored Nov 4, 2020
1 parent dfa492b commit 954bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Win32.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Library
ghc-options: -Wall
include-dirs: include
includes: "alphablend.h", "diatemp.h", "dumpBMP.h", "ellipse.h", "errors.h", "HsGDI.h", "HsWin32.h", "Win32Aux.h", "win32debug.h", "windows_cconv.h", "WndProc.h", "alignment.h"
install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "winternl_compat.h", "winuser_compat.h", "winreg_compat.h", "tlhelp32_compat.h"
install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "winternl_compat.h", "winuser_compat.h", "winreg_compat.h", "tlhelp32_compat.h", "winnls_compat.h", "winnt_compat.h"
c-sources:
cbits/HsGDI.c
cbits/HsWin32.c
Expand Down

0 comments on commit 954bc43

Please sign in to comment.