Skip to content

Commit

Permalink
Removed __APPLE__ #ifdef from main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Jun 7, 2020
1 parent 877d940 commit 6a7e214
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#include <windows.h>
#elif __linux__
#include <unistd.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif


Expand Down

0 comments on commit 6a7e214

Please sign in to comment.