home *** CD-ROM | disk | FTP | other *** search
- ; FILE: quickwin.def
- ;
- ; Generic Embedded SQL for C QuickWin module-definition file
- ;
- ; COMMENTS:
- ;
- ; Copyright (C) 1992 - 1994 Microsoft Corporation
- ;
-
- NAME GenChar ; application's module name
-
- DESCRIPTION 'GenChar'
-
- EXETYPE WINDOWS ; required for all Windows applications
-
- PROTMODE
-
- ;CODE can be moved in memory and discarded/reloaded
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 8192
- STACKSIZE 8192
-