diff options
Diffstat (limited to 'Mac/Include/getapplbycreator.h')
-rw-r--r-- | Mac/Include/getapplbycreator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Include/getapplbycreator.h b/Mac/Include/getapplbycreator.h new file mode 100644 index 0000000..4ff60fa --- /dev/null +++ b/Mac/Include/getapplbycreator.h @@ -0,0 +1,4 @@ +#include <Types.h> +#include <Files.h> + +extern OSErr FindApplicationFromCreator(OSType, FSSpecPtr); |