view dwcompate.def @ 54:c4e1139d9872

Added new tree functions, and fixed a memory leak as well as use of invalid memory when a button destroys itself.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 17 Nov 2001 17:40:16 +0000
parents a33dfdc5b40a
children
line wrap: on
line source

LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE

PROTMODE

DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2 EMX'

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

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