NAME         ArrangeMenu

DESCRIPTION  'Sample Microsoft Windows Application'

EXETYPE      WINDOWS

STUB         'WINSTUB.EXE'

CODE         PRELOAD MOVEABLE
DATA         PRELOAD MOVEABLE MULTIPLE

HEAPSIZE     2048
STACKSIZE    10240

EXPORTS
        MainWndProc   @1
        About         @2