tkmacmdef.r

来自「linux系统下的音频通信」· R 代码 · 共 30 行

R
30
字号
/* * tkMacMDEF.r -- * *	This file contains the actual MDEF. Since this is not likely to  *	change much, this seems the easiest method to use. The address *	of the routine descriptor is written into offset 0x24 hex, and *	then when the MDEF is called, the Mixed Mode Manager will take *	care of the setup. * *	This file also contains the icons 'SICN' used by the menu code *	in menu items.   * * Copyright (c) 1996-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * SCCS: @(#) tkMacMDEF.r 1.6 97/07/11 18:09:47 */#include <Types.r>/* * This code was generated by a project file and will not need to be changed. * It is just a stub. The address of the real MDEF handler will be blasted * in. */data 'MDEF' (591, preload) {	$"600A 0000 4D44 4546 024F 0000 4EFA 0004"            /* `...MDEF.O..N

⌨️ 快捷键说明

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