view dwcompatw.def @ 427:b0e2ba7c46c5

For message boxes that have icons, increase the size of the text area (and hence the complete window) by the width of the icon. In dw_mle_export(), force the return value to be NULL in case passed window is "invalid". For dw_mle_export() under GTK 1.2, reduce the number endpoint by 1. This is so that the "bytes" return value from dw_mle_query() can be passed in directly.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 26 May 2003 07:39:38 +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