Hi,
I changed this:
.....
I suspect the same is true for the other two types in the same header -- ULONG and WORD
.......
Maybe for ULONG but at first glance, WORD is used in the SYSTEMTIME class.
Thanks,
G.
I changed this:
typedef unsigned long ULONG;
typedef unsigned short WORD;
typedef unsigned long DWORD;
to this:typedef unsigned long ULONG;
typedef unsigned short WORD;
///typedef unsigned long DWORD;
Everything seems to be ok. I was able to rebuild Casablanca and I run a quick test. .....
I suspect the same is true for the other two types in the same header -- ULONG and WORD
.......
Maybe for ULONG but at first glance, WORD is used in the SYSTEMTIME class.
Thanks,
G.