home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Containers / ActiveXApp / ActiveXAppPrefix.h < prev    next >
Encoding:
Text File  |  1996-11-08  |  885 b   |  36 lines  |  [TEXT/CWIE]

  1. // =================================================================================
  2. //    ActiveXAppPrefix.h                    ©1996 Microsoft Corporation. All rights reserved.
  3. //                                        portions ©1995 Metrowerks Inc. All rights reserved.
  4. // =================================================================================
  5.  
  6. #pragma once
  7.  
  8. // Include precompiled headers.
  9. #ifdef powerc
  10. #include <PP_MacHeadersPPC>
  11. #elif defined(__CFM68K__)
  12. #include <PP_MacHeadersCFM68K>
  13. #else
  14. #include <PP_MacHeaders68K>
  15. #endif
  16.  
  17. // Define debugging symbols.
  18. #define Debug_Throw
  19. #define Debug_Signal
  20.  
  21. // Define the use of new classes for
  22. // RegisterAllPPClasses (in PPobClasses.cp).
  23. #define PP_NewClasses
  24.  
  25. // Include the PowerPlant prefix file.
  26. #include <PP_Prefix.h>
  27.  
  28. #ifndef __ansi_prefix__
  29. #define __ansi_prefix__
  30. #include <ansi_parms.h>
  31. #define __dest_os    __mac_os
  32. #endif
  33.  
  34. #define __cdecl
  35.  
  36. //#define PLUGIN_ADAPTER