From 14f33a7ef5079fff1e8aada2080adc923cb68e06 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Tue, 9 Apr 2024 00:35:55 +0200 Subject: [PATCH] typo --- io.h | 2 +- io2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/io.h b/io.h index dc853eb..ce35b49 100644 --- a/io.h +++ b/io.h @@ -13,7 +13,7 @@ # else # define IO_PLATFORM_WINDOWS 0 # define IO_PLATFORM_LINUX 0 -# define IO_PLATFORM_OTHER 0 +# define IO_PLATFORM_OTHER 1 # endif #include diff --git a/io2.h b/io2.h index 8c9b7aa..9c153a5 100644 --- a/io2.h +++ b/io2.h @@ -13,7 +13,7 @@ #else # define IO_PLATFORM_WINDOWS 0 # define IO_PLATFORM_LINUX 0 -# define IO_PLATFORM_OTHER 0 +# define IO_PLATFORM_OTHER 1 #endif #if IO_PLATFORM_WINDOWS