From d67e2c9207a9cf9eedceeac7bf47e4978b577fcf Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 19 Mar 2012 20:40:22 -0400 Subject: [PATCH] Use our platform test macro for Solaris. --- src/physfs_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 27082e7..56a2e49 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -30,7 +30,7 @@ #include #endif -#if defined(__sun) || defined(sun) +#if PHYSFS_PLATFORM_SOLARIS #include #endif