Merge pull request #12 from tluyben/master
Femtolisp works now on modern macs (fix from Julia)
This commit is contained in:
commit
27b18d04d0
|
@ -119,8 +119,7 @@ char *get_exename(char *buf, size_t size)
|
|||
return buf;
|
||||
}
|
||||
#elif defined(MACOSX)
|
||||
#include <FlatCarbon/Processes.h>
|
||||
#include <FlatCarbon/Files.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
char *get_exename(char *buf, size_t size)
|
||||
{
|
||||
ProcessSerialNumber PSN;
|
||||
|
|
Loading…
Reference in New Issue