home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_1.lha
/
Source.lha
/
MyLib.lha
/
mui
/
mui_aslrequest.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-29
|
321 b
|
19 lines
#ifdef __GNUC__
#ifndef __OPTIMIZE__
#error Please compile this file with -O
#else
#define MUI_AslRequest InlinedMUI_AslRequest
#include <inline/muimaster.h>
#undef MUI_AslRequest
BOOL MUI_AslRequest(APTR requester, const struct TagItem *TagList)
{
return InlinedMUI_AslRequest(requester,TagList);
}
#endif
#endif