view dwcompatw.def @ 36:cddb02f847e1

Added unix versions of functions in compat, and added getfsname, plus some GTK fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 17 Sep 2001 09:15:40 +0000
parents 432c39a4ff86
children 360bc6a5f1c9
line wrap: on
line source

LIBRARY DWCOMPAT

DESCRIPTION 'Dynamic Windows Compatibility Module for Win32'

EXPORTS
  sockread           @10
  sockwrite          @11
  sockclose          @12
  socksprintf        @13
  sockpipe           @14
  sockinit           @15
  sockshutdown       @16

  makedir            @20
  nonblock           @21
  setfileinfo        @22
  drivefree          @23
  isdrive            @24
  drivesize          @25
  getfsname          @26

  opendir            @30
  openxdir           @31
  readdir            @32
  seekdir            @33
  telldir            @34
  closedir           @35

  fsopen             @40
  fsclose            @41
  fsgets             @42
  fsseek             @43