2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #ifndef COMPILERSPECIFIC_H
7 #define COMPILERSPECIFIC_H
14 # include <exec/types.h>
19 #ifndef AROS_LIBCALL_H
20 # include <aros/libcall.h>
22 #ifndef AROS_ASMCALL_H
23 # include <aros/asmcall.h>
35 typedef unsigned long IPTR
;
37 #define SAVEDS __saveds
39 #define STDARGS __stdargs
41 #if !defined(_DOS_H) && defined(__SASC)
46 #define SNA_Notify (TAG_USER+0x02)
47 #define SNOTIFY_WAIT_REPLY (1<<15)
48 #define SNOTIFY_BEFORE_CLOSEWB (1<<3)
49 #define SNOTIFY_AFTER_OPENWB (1<<2)
50 #define SNA_MsgPort (TAG_USER+0x06)
51 #define SNA_Priority (TAG_USER+0x07)
52 struct ScreenNotifyMessage
54 struct Message snm_Message
;
57 #define EndScreenNotify(a) TRUE
58 #define StartScreenNotifyTags(a,b,c,d,e,f,g) 0
59 #define __sprintf sprintf
64 #endif /* COMPILERSPECIFIC_H */