Skip to content

Commit edce8ca

Browse files
authored
Merge pull request #2605 from 3405691582/Prefix_CleanupComments
2 parents 56fa338 + 8f8db88 commit edce8ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CoreFoundation/Base.subproj/CoreFoundation_Prefix.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -376,18 +376,6 @@ CF_EXPORT bool OSAtomicCompareAndSwap32Barrier( int32_t oldValue, int32_t newVal
376376

377377
void OSMemoryBarrier();
378378

379-
/*
380-
CF_EXPORT bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue, volatile int64_t *__theValue );
381-
CF_EXPORT bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, volatile int64_t *__theValue );
382-
383-
CF_EXPORT int64_t OSAtomicAdd64( int64_t __theAmount, volatile int64_t *__theValue );
384-
CF_EXPORT int64_t OSAtomicAdd64Barrier( int64_t __theAmount, volatile int64_t *__theValue );
385-
*/
386-
387-
//#ifndef NTDDI_VERSION
388-
//#define NTDDI_VERSION NTDDI_WINXP
389-
//#endif
390-
391379
#include <io.h>
392380
#include <fcntl.h>
393381
#include <errno.h>

0 commit comments

Comments
 (0)