mirror of
https://github.com/livingcomputermuseum/UniBone.git
synced 2026-02-27 01:00:00 +00:00
32/64 problem, no timeouts > 4.2 secs were possible.
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
|
||||
#include "logger.hpp"
|
||||
|
||||
#define MILLION 1000000L
|
||||
#define BILLION (1000L * MILLION)
|
||||
#define MILLION 1000000LL
|
||||
#define BILLION (1000LL * MILLION)
|
||||
|
||||
#define BIT(n) (1 << (n))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user