diff --git a/Source/logging.cpp b/Source/logging.cpp index 44e1cefd3..335d095de 100644 --- a/Source/logging.cpp +++ b/Source/logging.cpp @@ -47,7 +47,7 @@ HANDLE log_create() char *last_slash_pos; HANDLE fh; VS_FIXEDFILEINFO file_info; - DWORD i, j; + DWORD i; char buf[32]; if (log_not_created) { diff --git a/defs.h b/defs.h index 23b441564..0f7eeb559 100644 --- a/defs.h +++ b/defs.h @@ -145,7 +145,6 @@ #define _DWORD unsigned int #define _LOBYTE(x) (*((BYTE*)&(x))) -#define _LOWORD(x) (*((WORD*)&(x))) #endif /* IDA_GARBAGE */