winawe32.def

来自「汇编源代码大全」· DEF 代码 · 共 31 行

DEF
31
字号
;*****************************************************************************
;                                                                            *
; WINAWE32.DEF  Module-definition file for WINAWE32                          *
;                                                                            *
; (C) Copyright Creative Technology Ltd. 1992-94. All rights reserved        *
; worldwide.                                                                 *
;                                                                            *
; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      *
; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE        *
; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR      *
; PURPOSE.                                                                   *
;                                                                            *
; You have a royalty-free right to use, modify, reproduce and                *
; distribute the Sample Files (and/or any modified version) in               *
; any way you find useful, provided that you agree to                        *
; the Creative's Software Licensing Aggreement and you also agree that       *
; Creative has no warranty obligations or liability for any Sample Files.    *
;                                                                            *
;*****************************************************************************/

NAME         WinAWE32
DESCRIPTION  'Sample SB AWE32 Windows Application'
EXETYPE      WINDOWS
STUB         'WINSTUB.EXE'
CODE  PRELOAD MOVEABLE DISCARDABLE
DATA  PRELOAD MOVEABLE MULTIPLE
HEAPSIZE     1024
EXPORTS
    MainWndProc   @1
    About         @2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?