From 223b1056273f5d48d1c0bbfee75be7b82374d4eb Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 12 Oct 2025 15:24:30 +0500 Subject: change identation, maybe will change back, add own gl functions loading, and glx example --- prb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'prb.h') diff --git a/prb.h b/prb.h index 829f294..cbf4c52 100644 --- a/prb.h +++ b/prb.h @@ -8,15 +8,15 @@ #include "prbm.h" #include "prbs.h" -#define os_none 0 +#define os_none 0 #define os_windows 1 #define os_linux 2 #if defined(__linux) -# define os os_linux +# define os os_linux #elif defined(__WIN64) -# define os os_windows -# include +# define os os_windows +# include #endif #endif -- cgit v1.2.3-70-g09d2