summaryrefslogtreecommitdiff
path: root/prb.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-10-12 15:24:30 +0500
committerpryazha <pryadeiniv@mail.ru>2025-10-12 15:24:30 +0500
commit223b1056273f5d48d1c0bbfee75be7b82374d4eb (patch)
tree2b2003aad9c26af7006c5a5c7e2baf1a63ad89e7 /prb.h
parent7e73843ac5873833c707687cd0ada0a3034e600c (diff)
change identation, maybe will change back, add own gl functions loading, and glx example
Diffstat (limited to 'prb.h')
-rw-r--r--prb.h8
1 files changed, 4 insertions, 4 deletions
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 <windows.h>
+# define os os_windows
+# include <windows.h>
#endif
#endif