On 19/04/07, Martin Preuss <[EMAIL PROTECTED]> wrote:
Hi,
Hello,
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?
You are right. Using 64 bits instead of 32 bits should not be a problem. Is it? The problem is when you have a 32-bits and a 64-bits application talking to the same pcscd. See [1] and [2] for example. Bye [1] http://archives.neohapsis.com/archives/dev/muscle/2007-q1/0310.html [2] https://alioth.debian.org/tracker/index.php?func=detail&aid=303790&group_id=30105&atid=410085 -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
