diff --git a/defs.h b/defs.h index 0f7eeb559..5644e3932 100644 --- a/defs.h +++ b/defs.h @@ -138,14 +138,7 @@ ///////////////////////////////////////////////////////////////////////// #ifndef 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))) - #endif /* IDA_GARBAGE */ // Typedef for the function pointer