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:
-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