view dwcompat.def @ 62:2be5174bdb5d

Sync with latest DW code. Tab and RGB fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Dec 2001 04:47:43 +0000
parents 360bc6a5f1c9
children ab77a22a2a36
line wrap: on
line source

LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE

PROTMODE

DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2'

CODE LOADONCALL
DATA NONSHARED LOADONCALL

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
  block              @27

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

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