diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:24:30 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:24:30 +0500 |
| commit | 223b1056273f5d48d1c0bbfee75be7b82374d4eb (patch) | |
| tree | 2b2003aad9c26af7006c5a5c7e2baf1a63ad89e7 /prb.h | |
| parent | 7e73843ac5873833c707687cd0ada0a3034e600c (diff) | |
change identation, maybe will change back, add own gl functions loading, and glx example
Diffstat (limited to 'prb.h')
| -rw-r--r-- | prb.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
