Hi, there seems to be a problem with some definitions of windows types in wintypes.h:
typedef unsigned long DWORD; This is only correct on a 32 bit architecture. On 64 bit this resolves to a QWORD instead of a DWORD. The reason for using DWORD I believe is to have a 32-bit type, so for this reason the definition is incorrect. Or am I just wrong? Regards Martin -- "Things are only impossible until they're not" AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
