Cleaned up macOS/Darwin OSSP Bundle Launcher

This commit is contained in:
2026-03-19 11:15:16 +10:00
parent d00cf292f1
commit cdad7be12e
4 changed files with 21 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _MACHO_H
#define _MACHO_H
extern "C" {
int dyld_get_executable_path(char** path);
}
#endif