repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbd14a
)
[win32/nlm] - add missing typedef for u_quad_t and quad_t
author
Memphiz
<memphis@machzwo.de>
Mon, 13 Jan 2014 09:16:34 +0000
(10:16 +0100)
committer
Memphiz
<memphis@machzwo.de>
Mon, 13 Jan 2014 18:50:59 +0000
(19:50 +0100)
nlm/libnfs-raw-nlm.h
patch
|
blob
|
blame
|
history
diff --git
a/nlm/libnfs-raw-nlm.h
b/nlm/libnfs-raw-nlm.h
index 3c9fbd56c0184e0a974b20cbdeaf5d3ce91ff63d..6437aa4ddbbacde76f7606c466d867cce9c187d7 100644
(file)
--- a/
nlm/libnfs-raw-nlm.h
+++ b/
nlm/libnfs-raw-nlm.h
@@
-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 {