view dwcompat.def @ 113:553f3b4f8b5b

Added the CLOSEBUTTON flag to the SYSMENU flag on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Sep 2002 23:10:07 +0000
parents ab77a22a2a36
children 75bf3051235f
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

  locale_init        @50
  locale_string      @51