Most of custom defined types at that time are now part of types.h

This commit is contained in:
Víctor Román Archidona 2014-07-28 10:54:10 +00:00
parent 368e1942d4
commit 2bcb637415

View file

@ -31,15 +31,11 @@
#define la_clave "81ab50e9c20d" /* Clave de cifrado */ #define la_clave "81ab50e9c20d" /* Clave de cifrado */
#define uchar char
#define byte unsigned char
#define ushort unsigned short
#define word unsigned short
#define ulong unsigned int
#define dword unsigned int
#define magic "eDIVstub0\x1a\x0d\x0a\xff" #define magic "eDIVstub0\x1a\x0d\x0a\xff"
typedef unsigned char byte;
typedef unsigned short word;
#define long_header 9 /* Longitud de la cabecera al inicio de los programas */ #define long_header 9 /* Longitud de la cabecera al inicio de los programas */
#endif /* __EDIV_SHARED_H_ */ #endif /* __EDIV_SHARED_H_ */