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!