NAME DESCRIPTION 'Icon Viewing Program' STUB 'WINSTUB.EXE' EXETYPE WINDOWS CODE MOVEABLE DATA MOVEABLE MULTIPLE ; allow the data to move HEAPSIZE 1024 STACKSIZE 4096 EXPORTS AppWndProc @1 AppDlgProc @2 AppAbout @3