* include/ras.h (RASCONN[AW]): Remove dwSessionId field.

Fix typos in last ChangeLog entry
This commit is contained in:
Danny Smith
2004-11-10 20:05:01 +00:00
parent 9507f00e68
commit eaec5f301f
2 changed files with 6 additions and 4 deletions

View File

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