home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWDebug / Include / FWDebug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-21  |  921 b   |  42 lines  |  [TEXT/MPS ]

  1. #ifndef FWDEBUG_H
  2. #define FWDEBUG_H
  3. //========================================================================================
  4. //
  5. //    File:                FWDebug.h
  6. //    Release Version:    $ 1.0d1 $
  7. //
  8. //    Creation Date:        3/28/94
  9. //
  10. //    Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //========================================================================================
  13.  
  14. #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
  15. #include "FWDbgStr.h"
  16. #endif
  17.  
  18. #if !defined(FWPRIDEB_H)
  19. #include "FWPriDeb.h"
  20. #endif
  21.  
  22. #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
  23. #include "FWSymFil.h"
  24. #endif
  25.  
  26. #if !defined(FWSTRACE_H) && defined(FW_DEBUG)
  27. #include "FWSTrace.h"
  28. #endif
  29.  
  30. #if !defined(FWTRACET_H) && defined(FW_DEBUG)
  31. #include "FWTraceT.h"
  32. #endif
  33.  
  34. #if !defined(FWWTRACE_H) && defined(FW_DEBUG) && defined(FW_BUILD_WIN)
  35. #include "FWWTrace.h"
  36. #endif
  37.  
  38. #if !defined(FWTRACE_H) && defined(FW_DEBUG)
  39. #include "FWTrace.h"
  40. #endif
  41.  
  42. #endif