Code::Blocks Forums

User forums => Help => Topic started by: QuickFinder on July 25, 2006, 07:43:26 am

Title: u_int32_t
Post by: QuickFinder on July 25, 2006, 07:43:26 am
Hello, I can't compile h-file, Code::Blocks Studio gets the error message:

14 line   error: syntax error before "u_int32_t"

I have the following in the code:
typedef struct {
 u_int32_t dwLowDateTime;
 u_int32_t dwHighDateTime;
} FILETIME;

What am I doing wrong?
Many thanks!
Title: Re: u_int32_t
Post by: kidmosey on July 25, 2006, 08:48:02 am
is u_int32_t defined?
Title: Re: u_int32_t
Post by: sethjackson on July 25, 2006, 01:30:21 pm
uint32_t. ;)