Compare commits
No commits in common. "32877cdeaa9708c0b49c3b66534ca5b767316626" and "23886f40e8494c20171fc87a43954b4acdcc57c5" have entirely different histories.
32877cdeaa
...
23886f40e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
.cache
|
.cache
|
||||||
.vscode
|
.vscode
|
||||||
test*
|
test*
|
||||||
*.dSYM
|
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
libwapp.so
|
libwapp.so
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#define WAPP_PLATFORM_GNU
|
#define WAPP_PLATFORM_GNU
|
||||||
#define WAPP_PLATFORM_POSIX
|
#define WAPP_PLATFORM_POSIX
|
||||||
#elif defined(__APPLE__) || defined(__MACH__)
|
#elif defined(__APPLE__) || defined(__MACH__)
|
||||||
#include <TargetConditionals.h>
|
|
||||||
#if TARGET_OS_IPHONE
|
#if TARGET_OS_IPHONE
|
||||||
#define WAPP_PLATFORM_IOS
|
#define WAPP_PLATFORM_IOS
|
||||||
#define WAPP_PLATFORM_APPLE
|
#define WAPP_PLATFORM_APPLE
|
||||||
|
Loading…
Reference in New Issue
Block a user