home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 036 / emxfix02.zip / emx / src / os2 / emxdll.def next >
Text File  |  1994-12-21  |  2KB  |  48 lines

  1. ;
  2. ; emxdll.def
  3. ;
  4. ; Copyright (c) 1992-1994 by Eberhard Mattes
  5. ;
  6. ; This file is part of emx.
  7. ;
  8. ; emx is free software; you can redistribute it and/or modify it
  9. ; under the terms of the GNU General Public License as published by
  10. ; the Free Software Foundation; either version 2, or (at your option)
  11. ; any later version.
  12. ;
  13. ; emx is distributed in the hope that it will be useful,
  14. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. ; GNU General Public License for more details.
  17. ;
  18. ; You should have received a copy of the GNU General Public License
  19. ; along with emx; see the file COPYING.  If not, write to
  20. ; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  21. ;
  22. ; As special exception, emx.dll can be distributed without source code
  23. ; unless it has been changed.  If you modify emx.dll, this exception
  24. ; no longer applies and you must remove this paragraph from all source
  25. ; files for emx.dll.
  26. ;
  27.  
  28. LIBRARY EMX INITGLOBAL
  29. DESCRIPTION 'emx.dll 0.9a -- Copyright (c) 1992-1994 by Eberhard Mattes'
  30. DATA
  31.    MULTIPLE NONSHARED
  32. SEGMENTS
  33.   TEXT16   CLASS 'CODE'   ALIAS
  34.   _TEXT    CLASS 'CODE'   ALIAS
  35.   DATA32   CLASS 'DATA'   ALIAS MIXED1632
  36.   BSS16    CLASS 'BSS'    ALIAS
  37.   BSS32    CLASS 'BSS'    ALIAS MIXED1632
  38.   c_common CLASS 'BSS'    ALIAS MIXED1632
  39.   COMMON32 CLASS 'COMMON' SHARED
  40. EXPORTS
  41.   EMX_INIT     = emx_init      @1 RESIDENTNAME
  42.   EMX_SYSCALL  = emx_syscall   @2 RESIDENTNAME
  43.   EMX_16TO32   = _emx_16to32   @3 RESIDENTNAME
  44.   EMX_32TO16   = _emx_32to16   @4 RESIDENTNAME
  45.   EMX_THUNK1   = _emx_thunk1   @5 RESIDENTNAME
  46.   EMX_EXCEPTION = exception    @6 RESIDENTNAME
  47.   EMX_REVISION = emx_revision  @128 RESIDENTNAME
  48.