Windows: Windows v6.0 SDK does not define __RPC__out
[openafs.git] / src / WINNT / install / loopback / wmi.cpp
index 813c298..4b192b0 100644 (file)
@@ -45,6 +45,11 @@ SOFTWARE.
 
 #include <devguid.h>
 
+/* __RPC__out is not defined in the v6.0 Windows SDK */
+#ifndef __RPC__out
+#define __RPC__out
+#endif
+
 /* These two are from the Windows DDK */
 #include <netcfgx.h>
 #include <netcfgn.h>