view dwcompatw.def @ 456:935436731b41

Hybrid fix, seems the last change illiminated some important code that dealt with varying padding sizes in the opposite direction of the box. This readds that code but optimizes it and includes the groupbox calculations that were already present in the previous code path. This fix will be added to the OS/2 tree as well pending testing of this new code path.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 Jun 2003 03:39:44 +0000
parents 75bf3051235f
children 1a210e2f214b
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
  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