summaryrefslogtreecommitdiff
path: root/prb.h
diff options
context:
space:
mode:
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