Merge pull request #336 from Daniel-Abrecht/master

Define u_int in libnfs-zdr.h for mingw again
master
Ronnie Sahlberg 2020-11-28 06:58:55 +10:00 committed by GitHub
commit a7c6637980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ struct ZDR {
typedef struct ZDR ZDR;
#ifdef __MINGW32__
typedef uint32_t u_int;
#endif
typedef uint32_t enum_t;
typedef uint32_t bool_t;