replaced __int64 with int64_t and DWORD with uint_32

This commit is contained in:
Ruhollah Majdoddin
2023-08-02 10:18:30 +02:00
parent a8f3e1c499
commit f50804a5ae
2 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
#include <time.h>
#include <stdint.h>
#define ssize_t __int64
#define ssize_t int64_t
#define ftell _ftelli64
// Below code is originally from mman-win32