Code::Blocks Forums
User forums => Help => Topic started 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!
-
is u_int32_t defined?
-
uint32_t. ;)