diff --git a/macosx/Util.h b/macosx/Util.h index 1f338bc02..9eb5fb759 100644 --- a/macosx/Util.h +++ b/macosx/Util.h @@ -6,8 +6,9 @@ // Copyright 2005 Chris Laurel. All rights reserved. // +#if __has_include() #include -#ifndef gettext +#else #include "POSupport.h" #define gettext(s) localizedUTF8String(s) #define dgettext(d,s) localizedUTF8StringWithDomain(d,s)