[win32/nlm] - add missing typedef for u_quad_t and quad_t

libnfs-4.0.0-vitalif
Memphiz 2014-01-13 10:16:34 +01:00
parent ecbd14a153
commit 4938ed42f3
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ extern "C" {
typedef long long int quad_t;
typedef long long unsigned u_quad_t;
#endif
#if defined(WIN32)
typedef long long int quad_t;
typedef long long unsigned u_quad_t;
#endif
struct nlm_fh4 {
struct {