diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/base.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal index 195e32083f..47a179df0e 100644 --- a/libraries/base/base.cabal +++ b/libraries/base/base.cabal @@ -387,8 +387,11 @@ Library -- ole32: provides UUID functionality. -- rpcrt4: provides RPC UUID creation. -- ntdll: provides access to functions to inspect window handles - extra-libraries: wsock32, user32, shell32, msvcrt, mingw32, - mingwex, ws2_32, shlwapi, ole32, rpcrt4, ntdll + -- kernel32: provides GetConsoleCP + -- advapi32: provides advanced kernel functions + extra-libraries: + wsock32, user32, shell32, msvcrt, mingw32, kernel32, advapi32, + mingwex, ws2_32, shlwapi, ole32, rpcrt4, ntdll -- Minimum supported Windows version. -- These numbers can be found at: -- https://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx |