## winix-text-file-for-win32--premicrothread.pkg
#
# We combine the low-level platform-specific code in
#
#
src/lib/std/src/win32/winix-text-file-io-driver-for-win32--premicrothread.pkg#
# with the high-level platform-agnostic code in
#
#
src/lib/std/src/io/winix-text-file-for-os-g--premicrothread.pkg#
# to produce a complete win32-specific textfile I/O solution.
#
# NB: we should also exported be as 'file' on
# win32 platforms, for use by cross-platform programs.
#
# Compare to:
#
#
src/lib/std/src/posix/winix-data-file-for-posix--premicrothread.pkg#
src/lib/std/src/win32/winix-data-file-for-win32.pkgpackage winix_text_file_for_win32__premicrothread
:> Winix_Text_File_For_Os__Premicrothread # Winix_Text_File_For_Os__Premicrothread is from
src/lib/std/src/io/winix-text-file-for-os--premicrothread.api where type pur::Filereader = winix_base_text_file_io_driver_for_posix__premicrothread::Filereader
where type pur::Filewriter = winix_base_text_file_io_driver_for_posix__premicrothread::Filewriter # 'posix' should not be mentioned here, so clearly this needs some work. -- 2012-03-08 CrT
where type pur::File_Position = winix_base_text_file_io_driver_for_posix__premicrothread::File_Position
= winix_text_file_for_os_g__premicrothread ( # winix_text_file_for_os_g__premicrothread is from
src/lib/std/src/io/winix-text-file-for-os-g--premicrothread.pkg #
package wxd = winix_text_file_io_driver_for_win32__premicrothread # winix_text_file_io_driver_for_win32__premicrothread is from
src/lib/std/src/win32/winix-text-file-io-driver-for-win32--premicrothread.pkg );
## COPYRIGHT (c) 1996 Bell Labs.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.