]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/ras.h (RASCONN[AW]): Add dwSessionId for
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 25 Jan 2003 00:47:25 +0000 (00:47 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sat, 25 Jan 2003 00:47:25 +0000 (00:47 +0000)
(WINVER >= 0x501).

winsup/w32api/ChangeLog
winsup/w32api/include/ras.h

index c946a7f969fdc14544b413626241f9d406e60ec8..331e316a05886df7a8c457e96887d054b5d83a8a 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/ras.h (RASCONN[AW]): Add dwSessionId for
+       (WINVER >= 0x501).
+
 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/ras.h (RASCONN[AW]): Guard szDeviceType,
index db7c3c3db29af16328f1fd52a678ccfdc35ad41e..2799be3b703c26048ced2097c88932375ccba858 100644 (file)
@@ -234,6 +234,7 @@ typedef struct tagRASCONNW {
     GUID guidEntry;
 #endif
 #if (WINVER >= 0x501)
+    DWORD dwSessionId;
     DWORD dwFlags;
     LUID luid;
 #endif
@@ -255,6 +256,7 @@ typedef struct tagRASCONNA {
     GUID guidEntry;
 #endif
 #if (WINVER >= 0x501)
+    DWORD dwSessionId;
     DWORD dwFlags;
     LUID luid;
 #endif
This page took 0.038093 seconds and 5 git commands to generate.