Browse Source

Remove unused garbage

pull/133/head
Anders Jenbo 7 years ago
parent
commit
19e4c20841
  1. 7
      defs.h

7
defs.h

@ -138,14 +138,7 @@
///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////
#ifndef IDA_GARBAGE #ifndef IDA_GARBAGE
#define IDA_GARBAGE #define IDA_GARBAGE
// Partially defined types. They are used when the decompiler does not know
// anything about the type except its size.
#define _BYTE unsigned char
#define _DWORD unsigned int
#define _LOBYTE(x) (*((BYTE*)&(x))) #define _LOBYTE(x) (*((BYTE*)&(x)))
#endif /* IDA_GARBAGE */ #endif /* IDA_GARBAGE */
// Typedef for the function pointer // Typedef for the function pointer

Loading…
Cancel
Save