mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 12:46:37 +02:00
Fix for OS X so it can actually compile. Reported by QIXOZL (#4236).
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ extern char *rindex(char *, char);
|
||||
/*
|
||||
* Mac OS X Tiger Support (Intel Only)
|
||||
*/
|
||||
#if defined(macosx) || (defined(__APPLE__) && defined(__MACH__))
|
||||
#if defined(macosx) || (defined(__APPLE__)
|
||||
#define OSXTIGER
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user