This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/win/helpex/helpex.def

17 lines
239 B
Modula-2
Raw Permalink Normal View History

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