path-0.9.6: src/OsPath/Internal.hs
{-# LANGUAGE CPP #-}
#if defined(mingw32_HOST_OS)
module OsPath.Internal(module OsPath.Internal.Windows) where
import OsPath.Internal.Windows
#else
module OsPath.Internal(module OsPath.Internal.Posix) where
import OsPath.Internal.Posix
#endif