Author Topic: u_int32_t  (Read 3884 times)

QuickFinder

  • Guest
u_int32_t
« 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!

Offline kidmosey

  • Multiple posting newcomer
  • *
  • Posts: 95
    • MUSITU International
Re: u_int32_t
« Reply #1 on: July 25, 2006, 08:48:02 am »
is u_int32_t defined?
3 years until google knows more than god.

sethjackson

  • Guest
Re: u_int32_t
« Reply #2 on: July 25, 2006, 01:30:21 pm »
uint32_t. ;)