{-# LINE 1 "libraries\Win32\System\Win32\SimpleMAPI.hsc" #-} {-# LINE 2 "libraries\Win32\System\Win32\SimpleMAPI.hsc" #-} {-# LANGUAGE Trustworthy #-} {-# LINE 4 "libraries\Win32\System\Win32\SimpleMAPI.hsc" #-} ----------------------------------------------------------------------------- -- | -- Module : System.Win32.SimpleMAPI -- Copyright : (c) Esa Ilari Vuokko, 2006 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : Esa Ilari Vuokko <ei@vuokko.info> -- Stability : provisional -- Portability : portable -- -- FFI-bindings to interact with SimpleMAPI -- ----------------------------------------------------------------------------- module System.Win32.SimpleMAPI where -- I am not sure why exactly, but with mingw64 mapi.h does not define -- some of the values we use, e.g. MAPI_LOGOFF_SHARED. -- mapix.h does define MAPI_LOGOFF_SHARED, but the various flags -- clash with each other. -- So for now we only define the module content on i386. {-# LINE 412 "libraries\Win32\System\Win32\SimpleMAPI.hsc" #-}