* include/ras.h (RASCONN[AW]): Remove dwSessionId field.
Fix typos in last ChangeLog entry
This commit is contained in:
parent
9507f00e68
commit
eaec5f301f
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user