mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
Initial macOS support (x86_64 with Rosetta 2)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
extern char **environ;
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
GUEST_PTR g_commandLineA = GUEST_NULL;
|
||||
|
||||
Reference in New Issue
Block a user