X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=cbits%2Fhelper_files.c;fp=cbits%2Fhelper_files.c;h=e5bb41d11ccb080e98038a96f0ddeff7ec3139b9;hb=305a3e2e94d1517d0a526aeb34b52de42f86e4a5;hp=0000000000000000000000000000000000000000;hpb=ddfb869b0a6ada0c768976d66e08bea157eb40a6;p=bindings-CarbonCore.git diff --git a/cbits/helper_files.c b/cbits/helper_files.c new file mode 100644 index 0000000..e5bb41d --- /dev/null +++ b/cbits/helper_files.c @@ -0,0 +1,13 @@ +#include +#include + +BC_INLINE_(kFSOperationTotalBytesKey , CFStringRef) +BC_INLINE_(kFSOperationBytesCompleteKey , CFStringRef) +BC_INLINE_(kFSOperationBytesRemainingKey , CFStringRef) +BC_INLINE_(kFSOperationTotalObjectsKey , CFStringRef) +BC_INLINE_(kFSOperationObjectsCompleteKey , CFStringRef) +BC_INLINE_(kFSOperationObjectsRemainingKey, CFStringRef) +BC_INLINE_(kFSOperationTotalUserVisibleObjectsKey , CFStringRef) +BC_INLINE_(kFSOperationUserVisibleObjectsCompleteKey , CFStringRef) +BC_INLINE_(kFSOperationUserVisibleObjectsRemainingKey, CFStringRef) +BC_INLINE_(kFSOperationThroughputKey , CFStringRef)