diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-07-01 11:06:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-07-01 11:06:12 +0000 |
commit | 128b854b57a40f47a9a9a804c3276a01a0fb4039 (patch) | |
tree | 01bd8b76e373a9009a624b0bf09d27d30d8a6479 | |
parent | 975a630109864fdb17fe3ea17365be512213a45c (diff) | |
download | cygnal-128b854b57a40f47a9a9a804c3276a01a0fb4039.tar.gz cygnal-128b854b57a40f47a9a9a804c3276a01a0fb4039.tar.bz2 cygnal-128b854b57a40f47a9a9a804c3276a01a0fb4039.zip |
* lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
entry points.
-rw-r--r-- | winsup/w32api/ChangeLog | 9 | ||||
-rw-r--r-- | winsup/w32api/lib/comctl32.def | 22 |
2 files changed, 9 insertions, 22 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index dcae4f96d..990547fe7 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,12 @@ +2009-07-01 Corinna Vinschen <corinna@vinschen.de> + + * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8, + StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12, + StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12, + StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8, + StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined + entry points. + 2009-06-24 Corinna Vinschen <corinna@vinschen.de> * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW, diff --git a/winsup/w32api/lib/comctl32.def b/winsup/w32api/lib/comctl32.def index 57c2db5eb..99d5112fe 100644 --- a/winsup/w32api/lib/comctl32.def +++ b/winsup/w32api/lib/comctl32.def @@ -105,28 +105,6 @@ SendNotify@16 SendNotifyEx@20 SetWindowSubclass@16 ShowHideMenuCtl@12 -StrCSpnA@8 -StrCSpnIA@8 -StrCSpnW@8 -StrChrA@8 -StrChrIA@8 -StrChrIW@8 -StrChrW@8 -StrCmpNA@12 -StrCmpNIA@12 -StrCmpNIW@12 -StrCmpNW@12 -StrRChrA@12 -StrRChrIA@12 -StrRChrW@12 -StrRStrIA@12 -StrRStrIW@12 -StrStrA@8 -StrStrIA@8 -StrStrIW@8 -StrStrW@8 -StrToIntA@4 -StrToIntW@4 Str_GetPtrA@12 Str_GetPtrW@12 Str_SetPtrA@8 |