From aef5fbe3d215672783bc9f998f622c40b5504c9f Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sun, 23 Feb 2020 00:27:01 +0100
Subject: Preparing OS defines for later use

---
 src/ft_init_winlx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c
index 6657408..cad5795 100644
--- a/src/ft_init_winlx.c
+++ b/src/ft_init_winlx.c
@@ -26,7 +26,7 @@ int
 				clist->wlist->x_size, clist->wlist->y_size, "Cub3D")))
 		return (-1);
 	clist->wlist->inited = 1;
-	ft_printf("Created window of size %ux%u\n",
-				clist->wlist->x_size, clist->wlist->y_size);
+	ft_printf("Created window of size %ux%u\nHost OS: %s\n",
+				clist->wlist->x_size, clist->wlist->y_size, FT_OS);
 	return (0);
 }
-- 
cgit v1.2.3