mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
600 B
22 lines
600 B
LIBRARY LINEEDIT
|
|
DESCRIPTION 'RBEdit Version 1.05.0003 (c) 1991-1992 Microsoft Corp.'
|
|
STUB 'WINSTUB.EXE'
|
|
EXETYPE WINDOWS
|
|
|
|
CODE MOVEABLE DISCARDABLE LOADONCALL
|
|
DATA MOVEABLE PRELOAD SINGLE
|
|
|
|
HEAPSIZE 512
|
|
|
|
SEGMENTS
|
|
_EDITMAIN
|
|
_EDITINIT
|
|
_RBHELPER
|
|
_ECASSERT
|
|
INIT_TEXT PRELOAD
|
|
|
|
EXPORTS
|
|
WEP @1 RESIDENTNAME
|
|
RBEditWndProc @2
|
|
InitializeRBEdit @3
|
|
GetRBEditVersion @4
|