Skip to content

Commit

Permalink
Allow to compile under kFreeBSD and Hurd
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsv committed Sep 1, 2013
1 parent 92e06a0 commit f80a90d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Glitch64/inc/glidesys.h
Expand Up @@ -110,7 +110,8 @@ n** -----------------------------------------------------------------------

/* Check for OS */
#if defined(__IRIX__) || defined(__sparc__) || defined(__linux__) || \
defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
defined(__FreeBSD_kernel__) || defined(__GNU__)
# define GLIDE_OS GLIDE_OS_UNIX
#elif defined(__DOS__)
# define GLIDE_OS GLIDE_OS_DOS32
Expand Down

0 comments on commit f80a90d

Please sign in to comment.