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 + + * include/ras.h (RASCONN[AW]): Remove dwSessionId field. + 2004-11-09 Danny Smith - * 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 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