home *** CD-ROM | disk | FTP | other *** search
- ;
- ; WMF Import Filter - MODULE DEFINITION FILE
- ;
- ; LANGUAGE : Microsoft C 6.0
- ; MODEL : medium
- ; ENVIRONMENT : Microsoft Windows 3.0 SDK
- ; STATUS : operational
- ;
- ; This file contains the definitions of the various modules of the
- ; WMF Import Filter. These definitions are used by the linker to
- ; resolve functions to be exported and the heap size.
- ;
- ; Eikon Systems, Inc.
- ; 989 East Hillsdale Blvd, Suite 260
- ; Foster City, California 94404
- ; 415-349-4664
- ;
- ; 08/01/91 1.00 - David E. West - initial creation.
- ; 09/01/91 1.01 - Kevin P. Welch - minor revisions.
- ;
-
- LIBRARY WMF
- DESCRIPTION 'WMF Import Filter'
-
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
-
- CODE MOVEABLE DISCARDABLE SHARED PRELOAD
- DATA MOVEABLE SINGLE PRELOAD
-
- HEAPSIZE 1024
-
- SEGMENTS
- _TEXT
- WMF1_TEXT
- WMF2_TEXT
- WMF3_TEXT
-
- EXPORTS
- GetFilterInfo @1
- ImportGr @2
- GetFilterPref @3
- WEP @4 RESIDENTNAME
-