2012-01-26  Kai Tietz  <ktietz@redhat.com>

        * nldef.h (NL_INTERFACE_OFFLOAD_ROD): Remove
        TlStreamFastPathCompatible and TlDatagramFastPathCompatible
        members, which are merged into FastPathCompatible.
        (note msdn is wrong here).



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4768 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog
index 234188d..34ce186 100644
--- a/mingw-w64-headers/include/ChangeLog
+++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-26  Kai Tietz  <ktietz@redhat.com>
+
+        * nldef.h (NL_INTERFACE_OFFLOAD_ROD): Remove
+        TlStreamFastPathCompatible and TlDatagramFastPathCompatible
+        members, which are merged into FastPathCompatible.
+        (note msdn is wrong here).
+
 2012-01-26  Jonathan Yong  <jon_y@users.sourceforge.net>
 
 	* mprapi.h (MPRAPI_OBJECT_HEADER): Fix declaration.
diff --git a/mingw-w64-headers/include/nldef.h b/mingw-w64-headers/include/nldef.h
index d596fc2..faf1cfe 100644
--- a/mingw-w64-headers/include/nldef.h
+++ b/mingw-w64-headers/include/nldef.h
@@ -146,8 +146,7 @@
   BOOLEAN TlDatagramChecksumSupported  :1;
   BOOLEAN TlStreamChecksumSupported  :1;
   BOOLEAN TlStreamOptionsSupported  :1;
-  BOOLEAN TlStreamFastPathCompatible  :1;
-  BOOLEAN TlDatagramFastPathCompatible  :1;
+  BOOLEAN FastPathCompatible : 1;
   BOOLEAN TlLargeSendOffloadSupported  :1;
   BOOLEAN TlGiantSendOffloadSupported  :1;
 } NL_INTERFACE_OFFLOAD_ROD, *PNL_INTERFACE_OFFLOAD_ROD;