News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

u_int32_t

Started by QuickFinder, July 25, 2006, 07:43:26 AM

Previous topic - Next topic

QuickFinder

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!

kidmosey

is u_int32_t defined?
3 years until google knows more than god.

sethjackson