Windows uint datatype def

This commit is contained in:
marcelb 2024-01-14 20:53:04 +01:00
parent b0dab7ac6e
commit 3a2f9fa12e

View File

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