Initial commit

This commit is contained in:
La Ancapo 2026-01-25 02:27:22 +01:00
commit c101616e62
309 changed files with 53937 additions and 0 deletions

View file

@ -0,0 +1,12 @@
-----------------------------------------------------------------------------
-- |
-- Module : Data.Memory.MemMap.Windows
-- Copyright : (c) Vincent Hanquez 2014
-- License : BSD-style
-- Maintainer : Vincent Hanquez
-- Stability : provisional
-- Portability : non-portable (requires Windows)
--
module Data.Memory.MemMap.Windows
(
) where