* include/ras.h (RASCONN[AW]): Add dwSessionId for

(WINVER >= 0x501).
This commit is contained in:
Danny Smith 2003-01-25 00:47:25 +00:00
parent bb9f07bc54
commit 81632e9e55
2 changed files with 7 additions and 0 deletions

View 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,

View 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