Skip to content
Snippets Groups Projects
Unverified Commit 954bc433 authored by Tamar Christina's avatar Tamar Christina Committed by GitHub
Browse files

Fix missing install includes

Add missing , "winnls_compat.h", "winnt_compat.h"
parent dfa492b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment