this repo has no description
at fixPythonPipStalling 11 lines 246 B view raw
1#ifndef LAUNCHSERVICES_H 2#define LAUNCHSERVICES_H 3 4#include <LaunchServices/LSInfo.h> 5#include <LaunchServices/LSOpen.h> 6#include <LaunchServices/LSSharedFile.h> 7#include <LaunchServices/UTCoreTypes.h> 8#include <LaunchServices/UTType.h> 9 10#endif 11