2009-11-27  Kai Tietz  <kai.tietz@onevision.com>

        * rpcndr.h (NDR_SCONTEXT): Add namespace to structure.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1568 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/rpcndr.h b/mingw-w64-headers/include/rpcndr.h
index eae3683..b738af8 100644
--- a/mingw-w64-headers/include/rpcndr.h
+++ b/mingw-w64-headers/include/rpcndr.h
@@ -110,7 +110,7 @@
 
   typedef void *NDR_CCONTEXT;
 
-  typedef struct {
+  typedef struct _NDR_SCONTEXT {
     void *pad[2];
     void *userContext;
   } *NDR_SCONTEXT;
@@ -258,16 +258,16 @@
     struct _FULL_PTR_XLAT_TABLES *FullPtrXlatTables;
     unsigned long FullPtrRefId;
     unsigned long PointerLength;
-    int fInDontFree :1;
-    int fDontCallFreeInst :1;
-    int fInOnlyParam :1;
-    int fHasReturn :1;
-    int fHasExtensions :1;
-    int fHasNewCorrDesc :1;
-    int fIsOicfServer :1;
-    int fHasMemoryValidateCallback: 1;
-    int fUnused :8;
-    int fUnused2 :16;
+    int fInDontFree : 1;
+    int fDontCallFreeInst : 1;
+    int fInOnlyParam : 1;
+    int fHasReturn : 1;
+    int fHasExtensions : 1;
+    int fHasNewCorrDesc : 1;
+    int fIsOicfServer : 1;
+    int fHasMemoryValidateCallback : 1;
+    int fUnused : 8;
+    int fUnused2 : 16;
     unsigned long dwDestContext;
     void *pvDestContext;
     NDR_SCONTEXT *SavedContextHandles;