rtl8188eu: Change BOOLEAN to bool

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:48:10 -05:00
parent f6b0b0658a
commit 3535ad59e3
53 changed files with 529 additions and 531 deletions

View file

@ -118,7 +118,7 @@ typedef enum _RT_SPINLOCK_TYPE{
#include "../typedef.h"
#else
typedef void void,*void *;
typedef unsigned char BOOLEAN,*PBOOLEAN;
typedef unsigned char bool,*bool *;
typedef unsigned char u1Byte,*pu1Byte;
typedef unsigned short u2Byte,*pu2Byte;
typedef unsigned int u4Byte,*pu4Byte;
@ -146,7 +146,7 @@ typedef enum _RT_SPINLOCK_TYPE{
#define ADSL_BUILD_WORKAROUND
//
typedef unsigned char BOOLEAN,*PBOOLEAN;
typedef unsigned char bool,*bool *;
typedef unsigned char u1Byte,*pu1Byte;
typedef unsigned short u2Byte,*pu2Byte;
typedef unsigned int u4Byte,*pu4Byte;