From 50852d6c81b7e244e6bde625fd30d2f7c5f0c923 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 22 Sep 2006 21:18:50 +0000 Subject: [PATCH] vioc-header-split-20060921 enable windows to build again --- src/util/vice.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/vice.h b/src/util/vice.h index bcff6d88aa..ec9ba58cc5 100644 --- a/src/util/vice.h +++ b/src/util/vice.h @@ -11,7 +11,9 @@ #define AFS_VICE_H 1 #include +#ifndef AFS_NT40_ENV #include +#endif #if defined(__sun) && defined(__SVR4) # include #endif @@ -31,7 +33,7 @@ struct ViceIoctl32 { #endif /* Windows uses a different structure layout, defined in sys/pioctl_nt.h. */ -#ifndef _WIN32_WINNT +#ifndef AFS_NT40_ENV struct ViceIoctl { caddr_t in, out; /* Data to be transferred in, or out */ short in_size; /* Size of input buffer <= 2K */