home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================================
- ; resgauge.def -- module definition file for ResGauge.
- ; =============================================================================
-
- NAME ResGauge
- DESCRIPTION 'ResGauge v1.3 - 23 August 1992'
- EXETYPE WINDOWS 3.1
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 8192
- EXPORTS AboutDlgProc
- ConfigDlgProc
- MainWndProc
-
- ; ===================
- ; end of resgauge.def
- ; ===================
-