X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fdisassemble.h;h=cd712812f8bc0d32928c0b8beb2df1f7e60c501d;hb=refs%2Ftags%2Fv0.5p22;hp=345e727c622daaf1443f29e5fa58d16e18ccf9eb;hpb=15a07be760d84746bbace2d70326cd939f4568fd;p=YACASL2.git diff --git a/include/disassemble.h b/include/disassemble.h index 345e727..cd71281 100644 --- a/include/disassemble.h +++ b/include/disassemble.h @@ -1,7 +1,7 @@ -#ifndef DISASSEMBLE_INCLUDE -#define DISASSEMBLE_INCLUDE +#ifndef YACASL2_DISASSEMBLE_H_INCLUDE +#define YACASL2_DISASSEMBLE_H_INCLUDE -#include "exec.h" +#include "struct.h" /** * @brief CASL IIのオブジェクトファイルを逆アセンブルし、標準出力へ出力する @@ -22,4 +22,4 @@ bool disassemble_file(const char *file); */ void disassemble_memory(WORD start, WORD end); -#endif /* end of DISASSEMBLE_INCLUDE */ +#endif