From 5fdebbca2831af55fcd17d1819ec68dc17e2ec58 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 29 Jun 2011 06:19:26 +0000 Subject: See the ChangeLog --- global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.c') diff --git a/global.c b/global.c index b73a399..f1e9b3f 100644 --- a/global.c +++ b/global.c @@ -55,7 +55,7 @@ int ptw32_features = 0; /* * Global [process wide] thread sequence Number */ -unsigned long long ptw32_threadSeqNumber = 0; +unsigned __int64 ptw32_threadSeqNumber = 0; /* * Function pointer to QueueUserAPCEx if it exists, otherwise -- cgit v1.2.3