reslove conflict UINT definition between basic_types.h & filesystem

pull/4438/head
Yuguo Zou 2017-04-05 16:33:15 +08:00 committed by Martin Kojtal
parent 08489e4f18
commit ba03499b21
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ typedef unsigned char bool;
#define UCHAR uint8_t
#define USHORT uint16_t
#define UINT uint32_t
//#define UINT uint32_t
#define ULONG uint32_t
typedef struct { volatile int counter; } atomic_t;