X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fdisassemble.h;h=cd712812f8bc0d32928c0b8beb2df1f7e60c501d;hb=refs%2Ftags%2Fv0.5p23;hp=4a56df61e82c9d5da586385362d521022e315094;hpb=2f0b91ab1a54973a084e1609b46a1432c8b8e334;p=YACASL2.git diff --git a/include/disassemble.h b/include/disassemble.h index 4a56df6..cd71281 100644 --- a/include/disassemble.h +++ b/include/disassemble.h @@ -1,5 +1,5 @@ -#ifndef DISASSEMBLE_INCLUDE -#define DISASSEMBLE_INCLUDE +#ifndef YACASL2_DISASSEMBLE_H_INCLUDE +#define YACASL2_DISASSEMBLE_H_INCLUDE #include "struct.h" @@ -22,4 +22,4 @@ bool disassemble_file(const char *file); */ void disassemble_memory(WORD start, WORD end); -#endif /* end of DISASSEMBLE_INCLUDE */ +#endif