diff options
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 |
