tangled
alpha
login
or
join now
emmeline.girlkisser.top
/
lite
Customized fork of github.com/rxi/lite
0
fork
atom
overview
issues
pulls
pipelines
Removed __APPLE__ `#ifdef` from main.c
rxi
5 years ago
6a7e214d
877d940c
options
unified
split
Changed files
-2
src
main.c
-2
src/main.c
···
7
#include <windows.h>
8
#elif __linux__
9
#include <unistd.h>
10
-
#elif __APPLE__
11
-
#include <mach-o/dyld.h>
12
#endif
13
14
···
7
#include <windows.h>
8
#elif __linux__
9
#include <unistd.h>
0
0
10
#endif
11
12