home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
progjorn
/
pj_7_6.arc
/
WINDEV.ARC
/
WINAUX.DEF
< prev
next >
Wrap
Text File
|
1988-12-04
|
360b
|
23 lines
; Winaux definition file
; Written by William S. Hall
;
NAME Winaux
DESCRIPTION 'Simple debugging tool for Windows'
STUB 'Winstub.exe'
HEAPSIZE 4096
STACKSIZE 4096
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
SEGMENTS
_WINAUXRS PRELOAD MOVEABLE
_WINAUXNT PRELOAD MOVEABLE DISCARDABLE
EXPORTS
MainWndProc @1
AboutBoxProc @2