From 828441852f803a67c771910702baefe12cf2d995 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sun, 9 Oct 2022 15:23:23 -0600 Subject: Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY Now that we have OS macros for essentially every supported OS, let's try to use them everywhere. --- AK/PrintfImplementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AK/PrintfImplementation.h') diff --git a/AK/PrintfImplementation.h b/AK/PrintfImplementation.h index 03a00f58f9..5d590f1d5c 100644 --- a/AK/PrintfImplementation.h +++ b/AK/PrintfImplementation.h @@ -16,7 +16,7 @@ # include #endif -#ifdef __serenity__ +#ifdef AK_OS_SERENITY extern "C" size_t strlen(char const*); #else # include -- cgit v1.2.3