* 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>
|
2004-11-09 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT.
|
* include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
|
||||||
if undefined. and __W32API_USE_DLLIMPORT__.
|
if undefined and __W32API_USE_DLLIMPORT__.
|
||||||
Add WINBASEAPI token to prototypes, throughout.
|
Add WINBASEAPI token to prototypes, throughout.
|
||||||
|
|
||||||
2004-11-08 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-11-08 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
@ -234,7 +234,6 @@ typedef struct tagRASCONNW {
|
|||||||
GUID guidEntry;
|
GUID guidEntry;
|
||||||
#endif
|
#endif
|
||||||
#if (WINVER >= 0x501)
|
#if (WINVER >= 0x501)
|
||||||
DWORD dwSessionId;
|
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
LUID luid;
|
LUID luid;
|
||||||
#endif
|
#endif
|
||||||
@ -256,7 +255,6 @@ typedef struct tagRASCONNA {
|
|||||||
GUID guidEntry;
|
GUID guidEntry;
|
||||||
#endif
|
#endif
|
||||||
#if (WINVER >= 0x501)
|
#if (WINVER >= 0x501)
|
||||||
DWORD dwSessionId;
|
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
LUID luid;
|
LUID luid;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user