Typo correction: _int64 -> __int64.

llvm-svn: 191592
This commit is contained in:
Warren Hunt 2013-09-28 00:15:41 +00:00
parent af4211ad94
commit 41a993f6f8
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
void *_Exchange, void *_Comparand);
long _InterlockedOr_np(long volatile *_Value, long _Mask);
short _InterlockedOr16_np(short volatile *_Value, short _Mask);
__int64 _InterlockedOr64_np(__int64 volatile *_Value, _int64 _Mask);
__int64 _InterlockedOr64_np(__int64 volatile *_Value, __int64 _Mask);
char _InterlockedOr8_np(char volatile *_Value, char _Mask);
long _InterlockedXor_np(long volatile *_Value, long _Mask);
short _InterlockedXor16_np(short volatile *_Value, short _Mask);