In wintypes.h, I see types like:

       typedef unsigned long DWORD;

Should long's and short's be sized types, eg:

       typedef uint32_t DWORD;

Or is DWORD actually 64 bits long (for LP64) in the Windows world.

-frank
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to