home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / SAMDU260.ZIP / DEBUGTRC.H < prev    next >
Text File  |  1994-04-01  |  2KB  |  38 lines

  1. /*********************************************************************/
  2. /*                                                                   */
  3. /*    Name:    DEBUGTRC.H                                            */
  4. /*                                                                   */
  5. /*    Copyright (c) Stewart A. Berman 1992,3,4 All rights reserved   */
  6. /*                                                                   */
  7. /*********************************************************************/
  8. #ifndef __DEBUGTRC_H__
  9. #define __DEBUGTRC_H__
  10.  
  11. #define DEBUG_CONSTRUCTORS        0x00000001L
  12. #define DEBUG_DESTRUCTORS         0x00000002L
  13. #define DEBUG_OPERATORS           0x00000004L
  14.  
  15. #define DEBUG_SABDU               0x00000100L
  16. #define DEBUG_ABOUTBOX            0x00000200L
  17. #define DEBUG_ATTRDATA            0x00000400L
  18. #define DEBUG_COMPADLG            0x00000800L
  19. #define DEBUG_DISK                0x00001000L
  20. #define DEBUG_DISKDRIV            0x00002000L
  21. #define DEBUG_DISKFILE            0x00004000L
  22. #define DEBUG_DISKLOGI            0x00008000L
  23. #define DEBUG_DISKMEMO            0x00010000L
  24. #define DEBUG_DRIVE               0x00020000L
  25. #define DEBUG_FORMADLG            0x00040000L
  26. #define DEBUG_HELP                0x00080000L
  27. #define DEBUG_MAINWIND            0x00100000L
  28. #define DEBUG_PICTBOX             0x00200000L
  29. #define DEBUG_READDLG             0x00400000L
  30. #define DEBUG_REGIDATA            0x00800000L
  31. #define DEBUG_REGISDLG            0x01000000L
  32. #define DEBUG_SELECTDR            0x02000000L
  33. #define DEBUG_SETUDATA            0x04000000L
  34. #define DEBUG_SETUDLG             0x08000000L
  35. #define DEBUG_WRITEDLG            0x10000000L
  36.  
  37. #endif /* __DEBUGTRC_H__ */
  38.