Windows uint datatype def
This commit is contained in:
parent
b0dab7ac6e
commit
3a2f9fa12e
@ -9,6 +9,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <mutex>
|
||||
|
||||
#if _WIN32
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
namespace marcelb {
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user