Windows uint datatype def

loglevel
marcelb 8 months ago
parent b0dab7ac6e
commit 3a2f9fa12e
  1. 3
      lib/log.hpp

@ -9,6 +9,9 @@
#include <sys/stat.h>
#include <mutex>
#if _WIN32
typedef unsigned int uint;
#endif
namespace marcelb {
using namespace std;

Loading…
Cancel
Save