home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ; Copyright (C) 1991-92, Microsoft Corporation
- ;
- ; You have a royalty-free right to use, modify, reproduce and distribute
- ; the Sample Custom Control Files (and/or any modified version) in any way
- ; you find useful, provided that you agree that Microsoft has no warranty,
- ; obligation or liability for any Custom Control File.
- ;----------------------------------------------------------------------------
- ; Pix.def - module definition file for PIX.VBX custom control
- ;----------------------------------------------------------------------------
-
- LIBRARY PIX
- EXETYPE WINDOWS
- DESCRIPTION 'Visual Basic Pix Custom Control'
-
- CODE MOVEABLE
- DATA MOVEABLE SINGLE
-
- HEAPSIZE 2048
-
- EXPORTS
- WEP @1 RESIDENTNAME
-
- SEGMENTS
- WEP_TEXT FIXED
-
- ;----------------------------------------------------------------------------
-