Staging: ced1401: Patch removes unused typedefs.
Patch removes unused typedefs BOOLEAN, *LPCSTR, *LPCSTR, UCHAR, *LPBYTE. Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8c79caa82a
commit
2b52d1e348
|
@ -80,13 +80,8 @@
|
||||||
#define FAR
|
#define FAR
|
||||||
|
|
||||||
typedef int BOOL; /* To match Windows */
|
typedef int BOOL; /* To match Windows */
|
||||||
typedef char *LPSTR;
|
|
||||||
typedef const char *LPCSTR;
|
|
||||||
typedef unsigned char BYTE;
|
typedef unsigned char BYTE;
|
||||||
typedef BYTE BOOLEAN;
|
|
||||||
typedef unsigned char UCHAR;
|
|
||||||
#define __packed __attribute__((packed))
|
#define __packed __attribute__((packed))
|
||||||
typedef BYTE *LPBYTE;
|
|
||||||
#define HIWORD(x) (unsigned short)(((x)>>16) & 0xffff)
|
#define HIWORD(x) (unsigned short)(((x)>>16) & 0xffff)
|
||||||
#define LOWORD(x) (unsigned short)((x) & 0xffff)
|
#define LOWORD(x) (unsigned short)((x) & 0xffff)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue