Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/WINDOWS/WSHOUT/WSHOUT.DEF
Дата изменения: Tue Oct 6 00:10:54 1992
Дата индексирования: Thu Jan 15 16:27:20 2009
Кодировка:

Поисковые слова: universe
;
; $Header: S:/22vcs/srccmd/wshout/wshout.dev 1.0 05 Oct 1992 17:10:54 GAKIO $
;

; Copyright (C) 1991-1992 by FTP Software, Inc.
;
; This software is furnished under a license and may be used and copied
; only in accordance with the terms of such license and with the
; inclusion of the above copyright notice. This software or any other
; copies thereof may not be provided or otherwise made available to any
; other person. No title to and ownership of the software is hereby
; transferred.
;
; The information in this software is subject to change without notice
; and should not be construed as a commitment by FTP Software, Inc.
;
; File: winsock\wshout.def
; System: PC/TCP for MS Windows 3.x
; Subsystem: Sockets for Windows 3.x
; History:
; 01-May-91 gakio Original author.
;
; Summary: Module definition file for Shout Socket Application
;


NAME wshout ; Application's module name

DESCRIPTION 'Shout Windows Socket Application'

EXETYPE WINDOWS ; required for all windows applications

STUB 'WINSTUB.EXE' ; generates error message if application
; is run without Windows

;CODE can be MOVEABLE in memory
CODE PRELOAD MOVEABLE DISCARDABLE

;DATA can be MOVEABLE location since this is an application
DATA PRELOAD MOVEABLE MULTIPLE

HEAPSIZE 1024
STACKSIZE 8192

; All functions that will be called by any Windows routine
; must be exported

EXPORTS

SHOUTWNDPROC @1 ; name of window processing function
ABOUT @2 ; name of "About" processing function
DialogProc @3 ; name of MainDialog processing function
Settings @4 ; name of Settings processing function
;eof


;
; $Log: S:/22vcs/srccmd/wshout/wshout.dev $
;
; Rev 1.0 05 Oct 1992 17:10:54 GAKIO
; Initial revision.
;
; Rev 1.0 26 Aug 1992 12:39:30 arnoff
;
;