aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-08-10 21:06:01 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2006-08-10 21:06:01 +0000
commitfc43c1d925e8b520e33bfc2aa1494e3d14791684 (patch)
tree17f43dad74368d73d4974a399a538272ce78fb48 /winsup/w32api
parent1767b8d02834dfbd10c2857f1035c22148856d75 (diff)
downloadnewlib-fc43c1d925e8b520e33bfc2aa1494e3d14791684.zip
newlib-fc43c1d925e8b520e33bfc2aa1494e3d14791684.tar.gz
newlib-fc43c1d925e8b520e33bfc2aa1494e3d14791684.tar.bz2
* lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
* lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/lib/kernel32.def2
-rwxr-xr-xwinsup/w32api/lib/wtsapi32.def1
3 files changed, 8 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index a086f4a..efe0d26 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-10 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
+ * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
+ Bug reported by: <macleone at users dot sf dot net>
+
2006-07-29 Danny Smith <dannysmith@users.sourceforge.net>
Update some more IMAGE relocation type indicators
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def
index 1def910..d1e8d9d 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 4595efe..e02e470 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