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.
28 lines
601 B
28 lines
601 B
NAME TESTDLGX
|
|
|
|
DESCRIPTION 'TESTDlgs version 1.00 copyright (c) 1991 Microsoft'
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
CODE MOVEABLE DISCARDABLE LOADONCALL
|
|
DATA PRELOAD MOVEABLE MULTIPLE
|
|
|
|
HEAPSIZE 1024
|
|
STACKSIZE 8192
|
|
|
|
SEGMENTS
|
|
_TEXT PRELOAD MOVEABLE DISCARDABLE
|
|
INIT_TEXT PRELOAD MOVEABLE DISCARDABLE
|
|
WCTAPP
|
|
WCTINIT
|
|
WCTMAIN
|
|
WCTFILE
|
|
FLEDIT
|
|
WCTVIEW
|
|
|
|
EXPORTS
|
|
WctAppWndProc @1
|
|
WctDialogEditDlgProc @2
|
|
WctFleditWndProc @3
|
|
WctDialogCompareDlgProc @4
|
|
WctImportErr @5
|