Most of custom defined types at that time are now part of types.h
This commit is contained in:
parent
368e1942d4
commit
2bcb637415
|
@ -31,15 +31,11 @@
|
|||
|
||||
#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"
|
||||
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short word;
|
||||
|
||||
#define long_header 9 /* Longitud de la cabecera al inicio de los programas */
|
||||
|
||||
#endif /* __EDIV_SHARED_H_ */
|
||||
|
|
Loading…
Reference in a new issue