home *** CD-ROM | disk | FTP | other *** search
- ;*
- ;* $id: ssvcid bitmaps.exp 1.0 10/15/91 9:51 am$
- ;* Export Definition file for TopSpeed C 3.00
- ;*
- ;* (C) 1991 Larry Widing
- ;*
- NAME BITMAPS WINDOWAPI
-
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- STACKSIZE 8096
- HEAPSIZE 20480
-
- SEGMENTS
- _INIT FIXED
-
- EXPORTS
- MainWndProc @1
- OpenFileDialog @2
- AboutBoxDialog @3
-
- ;*
- ;* Modfication History
- ;* -------------------
- ;* $lgb$
- ;* 10/15/91 Larry Widing Initial version for Win Tech Journal Article.
- ;* $lge$
- ;*
-