Listing 3 spin.def: module definition file for spin control program

NAME         SPIN
DESCRIPTION  'Demonstrates how to create & use spin controls'
EXETYPE      WINDOWS
CODE         PRELOAD MOVEABLE
DATA         PRELOAD MOVEABLE MULTIPLE
HEAPSIZE     1024
STACKSIZE    5120