This commit is contained in:
2023-08-17 14:32:33 +02:00
parent c07db22aba
commit bf75988495
6 changed files with 28 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ typedef uint32_t DWORD;
#endif
#ifndef DATE
typedef unsigned long DATE;
typedef uint32_t DATE;
#endif
using namespace std;