home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / include / a2ixlibrary / xext.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-16  |  836 b   |  19 lines

  1. /* This file is automatically generated by a2ixlibrary. Do not change.
  2.    Only shared library sources can include this header, do not use this header
  3.    in your own programs! */
  4. #ifndef UNDEF_amiga_Xext
  5.  
  6. extern void *__XTestFakeAckType_Xext_shared_ptr;
  7. extern void *__XTestInputActionType_Xext_shared_ptr;
  8. extern void *___XExtensionErrorFunction_Xext_shared_ptr;
  9. #define XTestFakeAckType (*((__typeof__(XTestFakeAckType) *)__XTestFakeAckType_Xext_shared_ptr))
  10. #define XTestInputActionType (*((__typeof__(XTestInputActionType) *)__XTestInputActionType_Xext_shared_ptr))
  11. #define _XExtensionErrorFunction (*((__typeof__(_XExtensionErrorFunction) *)___XExtensionErrorFunction_Xext_shared_ptr))
  12. #define UNDEF_amiga_Xext
  13. #else
  14. #undef XTestFakeAckType
  15. #undef XTestInputActionType
  16. #undef _XExtensionErrorFunction
  17. #undef UNDEF_amiga_Xext
  18. #endif
  19.