[win32/nlm] - add missing typedef for u_quad_t and quad_t
authorMemphiz <memphis@machzwo.de>
Mon, 13 Jan 2014 09:16:34 +0000 (10:16 +0100)
committerMemphiz <memphis@machzwo.de>
Mon, 13 Jan 2014 18:50:59 +0000 (19:50 +0100)
nlm/libnfs-raw-nlm.h

index 3c9fbd56c0184e0a974b20cbdeaf5d3ce91ff63d..6437aa4ddbbacde76f7606c466d867cce9c187d7 100644 (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 {