this repo has no description
at master 11 lines 201 B view raw
1#ifndef OPENSCRIPTINGUTILPRIV_H_ 2#define OPENSCRIPTINGUTILPRIV_H_ 3#include <CoreFoundation/CFURL.h> 4 5static inline int OSAIsRecognizedExecutableURL(CFURLRef url, SInt32* error) 6{ 7 return 0; 8} 9 10#endif 11