Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 1/16Edit.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
LIBRARY 16Edit
EXPORTS
HESpecifySettings
HEEnterWindowLoop
HEEnterWindowLoopInNewThread
21 changes: 21 additions & 0 deletions F/FFIND.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

NAME Ffind

DESCRIPTION 'Find Windows Program'

CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE

EXETYPE WINDOWS

SEGMENTS
_RES PRELOAD MOVEABLE DISCARDABLE

HEAPSIZE 128
STACKSIZE 8192

EXPORTS
FfindWndProc
MainDlgBoxProc


22 changes: 22 additions & 0 deletions H/HDUMP.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

NAME Hdump

DESCRIPTION 'Find Windows Program'

CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE

EXETYPE WINDOWS

SEGMENTS
_RES PRELOAD MOVEABLE DISCARDABLE

HEAPSIZE 128
STACKSIZE 8192

EXPORTS
HdumpWndProc
About
FileOpenDlgProc


16 changes: 16 additions & 0 deletions H/HELPEX.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
NAME Helpex

DESCRIPTION 'Context-sensitive Help Application'

EXETYPE WINDOWS

STUB 'WINSTUB.EXE'

CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE

HEAPSIZE 1024
STACKSIZE 8196

EXPORTS MainWndProc
About
22 changes: 22 additions & 0 deletions M/MSGWND.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

NAME msgwnd

DESCRIPTION 'Find Windows Program'

CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE

EXETYPE WINDOWS

SEGMENTS
_RES PRELOAD MOVEABLE DISCARDABLE

HEAPSIZE 128
STACKSIZE 8192

EXPORTS
MsgwndWndProc
About
DDEServerWndProc


7 changes: 7 additions & 0 deletions W/WHELLO.DEF
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NAME WHELLO
DESCRIPTION 'C++ Windows Hello World'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 5120