Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-10 23:05:01 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-11-10 23:05:01 +0300
commiteaec5f301f74c3e545c82b47a536db650065b51d (patch)
tree2e0b402d7f39f3a2bae13cdb214c8df7371d1f81
parent9507f00e68b3a9a4e2918c2a752cf03edee7e750 (diff)
* include/ras.h (RASCONN[AW]): Remove dwSessionId field.
Fix typos in last ChangeLog entry
-rw-r--r--winsup/w32api/ChangeLog8
-rw-r--r--winsup/w32api/include/ras.h2
2 files changed, 6 insertions, 4 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 5791fe451..72e402342 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,7 +1,11 @@
+2004-11-11 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
+
2004-11-09 Danny Smith <dannysmith@users.sourceforge.net>
- * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT.
- if undefined. and __W32API_USE_DLLIMPORT__.
+ * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
+ if undefined and __W32API_USE_DLLIMPORT__.
Add WINBASEAPI token to prototypes, throughout.
2004-11-08 Danny Smith <dannysmith@users.sourceforge.net>
diff --git a/winsup/w32api/include/ras.h b/winsup/w32api/include/ras.h
index 2799be3b7..db7c3c3db 100644
--- a/winsup/w32api/include/ras.h
+++ b/winsup/w32api/include/ras.h
@@ -234,7 +234,6 @@ typedef struct tagRASCONNW {
GUID guidEntry;
#endif
#if (WINVER >= 0x501)
- DWORD dwSessionId;
DWORD dwFlags;
LUID luid;
#endif
@@ -256,7 +255,6 @@ typedef struct tagRASCONNA {
GUID guidEntry;
#endif
#if (WINVER >= 0x501)
- DWORD dwSessionId;
DWORD dwFlags;
LUID luid;
#endif