*** \rsxnt\source\rsxnt\helper\dll0w32.s	Wed Jan  7 16:45:23 1998
--- \rsxnt\source\lib\dll0w32.s	Mon Dec  2 12:57:24 1996
***************
*** 17,23 ****
          .text
  
  __text:
!         jmp     _LibMain
  
  ___syscall:
  #if defined (OMF)
--- 17,30 ----
          .text
  
  __text:
!         push    $__data
! #if defined (OMF)
!         call    __emx_init
! #else
!         call    __dos_init
! #endif
!         jmp     __init
! 
  
  ___syscall:
  #if defined (OMF)
***************
*** 28,33 ****
--- 35,41 ----
          ret
  
  __init: cld
+         jmp     __DllEntryPoint
  
          .data
  
