From 8b0b6ace886720ca5c361461a58e8611d27fdc18 Mon Sep 17 00:00:00 2001 From: dannysmith Date: Thu, 10 Aug 2006 21:06:01 +0000 Subject: [PATCH] * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here... * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here. --- winsup/w32api/ChangeLog | 6 ++++++ winsup/w32api/lib/kernel32.def | 2 ++ winsup/w32api/lib/wtsapi32.def | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index a086f4a9a4..efe0d26128 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,9 @@ +2006-08-10 Danny Smith + + * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here... + * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here. + Bug reported by: + 2006-07-29 Danny Smith Update some more IMAGE relocation type indicators diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def index 1def910d68..d1e8d9d4d4 100644 --- a/winsup/w32api/lib/kernel32.def +++ b/winsup/w32api/lib/kernel32.def @@ -840,6 +840,8 @@ WriteProfileSectionW@8 WriteProfileStringA@12 WriteProfileStringW@12 WriteTapemark@16 +; yes, this is here and not in wtsapi32.dll +WTSGetActiveConsoleSessionId@0 ZombifyActCtx@4 _hread@12 _hwrite@12 diff --git a/winsup/w32api/lib/wtsapi32.def b/winsup/w32api/lib/wtsapi32.def index 4595efeda9..e02e4705ca 100755 --- a/winsup/w32api/lib/wtsapi32.def +++ b/winsup/w32api/lib/wtsapi32.def @@ -9,7 +9,6 @@ WTSEnumerateServersW@20 WTSEnumerateSessionsA@20 WTSEnumerateSessionsW@20 WTSFreeMemory@4 -WTSGetActiveConsoleSessionId@0 WTSLogoffSession@12 WTSOpenServerA@4 WTSOpenServerW@4 -- 2.11.0