this repo has no description
at fixPythonPipStalling 9 lines 406 B view raw
1#include <CoreFoundation/CoreFoundation.h> 2 3// unsure 4const double CoreServicesVersionNumber = 1239; 5const char* const CoreServicesVersionString = "@(#)PROGRAM:CoreServices PROJECT:CoreServices-1239\n"; 6 7// this probably shouldn't be here 8const CFStringRef kFSOperationBytesCompleteKey = CFSTR("kFSOperationBytesDoneKey"); 9const CFStringRef kFSOperationTotalBytesKey = CFSTR("kFSOperationTotalBytesKey");