User forums > Help

u_int32_t

(1/1)

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?

sethjackson:
uint32_t. ;)

Navigation

[0] Message Index

Go to full version