NFS: Update compile_rpc and regenerate the nfs marshalling/unmarshalling code
[deb_libnfs.git] / nfs / libnfs-raw-nfs.h
index 2d0449781d42f5cf095e338ff8667b654c9c1068..fa87089a23eaf573516575667c78e76ca4c31f93 100644 (file)
@@ -5,9 +5,11 @@
 
 #ifndef _NFS_H_RPCGEN
 #define _NFS_H_RPCGEN
-
 #include <nfsc/libnfs-zdr.h>
 
+
+
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -21,6 +23,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
 
 typedef char cookieverf3[NFS3_COOKIEVERFSIZE];