summaryrefslogtreecommitdiff
path: root/src/gc/handletablepriv.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-09-11 23:14:00 -0700
committerJan Kotas <jkotas@microsoft.com>2015-09-12 09:07:02 -0700
commitb9e4ab6395587064d99820f33b807abe20124dc2 (patch)
tree8db8c93d9a87f06c8043e68e1875ebdc50a2ff9e /src/gc/handletablepriv.h
parent58748f0c50e71aed5ed2a3e35feb0a9eb719eaa6 (diff)
downloadcoreclr-b9e4ab6395587064d99820f33b807abe20124dc2.tar.gz
coreclr-b9e4ab6395587064d99820f33b807abe20124dc2.tar.bz2
coreclr-b9e4ab6395587064d99820f33b807abe20124dc2.zip
Replace unsigned __int64/__int64 with UINT64/INT64
Diffstat (limited to 'src/gc/handletablepriv.h')
-rw-r--r--src/gc/handletablepriv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gc/handletablepriv.h b/src/gc/handletablepriv.h
index f009eb2d88..0de58a900f 100644
--- a/src/gc/handletablepriv.h
+++ b/src/gc/handletablepriv.h
@@ -529,10 +529,10 @@ struct HandleTable
*/
#ifdef _DEBUG
int _DEBUG_iMaxGen;
- __int64 _DEBUG_TotalBlocksScanned [MAXSTATGEN];
- __int64 _DEBUG_TotalBlocksScannedNonTrivially[MAXSTATGEN];
- __int64 _DEBUG_TotalHandleSlotsScanned [MAXSTATGEN];
- __int64 _DEBUG_TotalHandlesActuallyScanned [MAXSTATGEN];
+ INT64 _DEBUG_TotalBlocksScanned [MAXSTATGEN];
+ INT64 _DEBUG_TotalBlocksScannedNonTrivially[MAXSTATGEN];
+ INT64 _DEBUG_TotalHandleSlotsScanned [MAXSTATGEN];
+ INT64 _DEBUG_TotalHandlesActuallyScanned [MAXSTATGEN];
#endif
/*