1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef _PPCINLINE_LOG_H 4 #define _PPCINLINE_LOG_H 5 6 #ifndef __PPCINLINE_MACROS_H 7 #include <ppcinline/macros.h> 8 #endif /* !__PPCINLINE_MACROS_H */ 9 10 #ifndef LOG_BASE_NAME 11 #define LOG_BASE_NAME LogBase 12 #endif /* !LOG_BASE_NAME */ 13 14 #define LogVPrintf(__p0, __p1, __p2) \ 15 (((void (*)(void *, char *, char *, va_list ))*(void**)((long)(LOG_BASE_NAME) - 34))((void*)(LOG_BASE_NAME), __p0, __p1, __p2)) 16 17 #define LogShowWindow() \ 18 (((void (*)(void *))*(void**)((long)(LOG_BASE_NAME) - 46))((void*)(LOG_BASE_NAME))) 19 20 #define LogHideWindow() \ 21 (((void (*)(void *))*(void**)((long)(LOG_BASE_NAME) - 52))((void*)(LOG_BASE_NAME))) 22 23 #define LogAddNotify(__p0) \ 24 (((ULONG (*)(void *, struct MsgPort *))*(void**)((long)(LOG_BASE_NAME) - 58))((void*)(LOG_BASE_NAME), __p0)) 25 26 #if !defined(__STRICT_ANSI__) 27 #define LogPrintf(__p0, ...) \ 28 (((void (*)(void *, char *, char *, ...))*(void**)((long)(LOG_BASE_NAME) - 40))((void*)(LOG_BASE_NAME), __p0, __VA_ARGS__)) 29 #endif 30 31 #define LogRemNotify(__p0) \ 32 (((ULONG (*)(void *, struct MsgPort *))*(void**)((long)(LOG_BASE_NAME) - 64))((void*)(LOG_BASE_NAME), __p0)) 33 34 35 #endif /* !_PPCINLINE_LOG_H */