home *** CD-ROM | disk | FTP | other *** search
/ s-gikan2.maizuru-ct.ac.jp / s-gikan2.maizuru-ct.ac.jp.zip / s-gikan2.maizuru-ct.ac.jp / pub / source / magdb141su.lzh / MagaDbgMsg.h < prev    next >
Text File  |  1999-09-23  |  848b  |  31 lines

  1. /*
  2.     MagaDebug32 âfâoâbâOâcü[âï Ver1.41
  3.     âCâôâvâèâüâôâgâüâbâZü[âW
  4. */
  5.  
  6. #if !defined(___MAGADBGMSG_H)
  7. #define    ___MAGADBGMSG_H
  8.  
  9. // Aliases
  10. #define    DBG_CR            0x0001    // ëⁿìs
  11. #define STRLEN            128        // ì┼æσò╢ÄÜÉö
  12.  
  13. // MainWindowé╓é╠Message
  14. #define    WM_SCANF        WM_USER+1    // CMagaDbg::scanf()
  15. #define    WM_OBJ_MARK        WM_USER+2    // ObjectSeparator
  16. #define    WM_GETSEPARATOR    WM_USER+3    // Separatorò╢ÄÜù±Äµô╛(CMagaDbgFile)
  17. #define    WM_DBGCOPYDATA    WM_USER+10    // MagaDbgùp WM_COPYDATA
  18.  
  19. #if !defined(ID_INS_MARK)
  20. #define    ID_INS_MARK        131            // MagaDbgLib.c
  21. #elif ID_INS_MARK != 131
  22. #error Changed ID_INS_MARK.
  23. #endif
  24.  
  25. // MemoryMapdFile Name
  26. #define MAGADBG_SCANF_MAP        "MAGADBG_SCANF_MMF"        // CMagaDbg::scanf()
  27. #define    MAGADBG_SEP_MAP            "MAGADBG_SEP_MMF"        // CMagaDbgFile()
  28. #define    MAGADBG_COPYDATA_MAP    "MDBG_CDMMF_"            // CMagaDbg::print()
  29.  
  30. #endif
  31.