Browse Source

Remove a bit of garbage

pull/133/head
Anders Jenbo 7 years ago
parent
commit
cd02bc176a
  1. 2
      Source/logging.cpp
  2. 1
      defs.h

2
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) {

1
defs.h

@ -145,7 +145,6 @@
#define _DWORD unsigned int
#define _LOBYTE(x) (*((BYTE*)&(x)))
#define _LOWORD(x) (*((WORD*)&(x)))
#endif /* IDA_GARBAGE */

Loading…
Cancel
Save