Author: akhaldi Date: Thu Apr 30 15:56:19 2015 New Revision: 67480
URL: http://svn.reactos.org/svn/reactos?rev=67480&view=rev Log: [COMCTL32] Export DrawShadowText() and mention that it's exported only in v6. Dedicated to Stefano Toncich aka Tonix.
Modified: trunk/reactos/dll/win32/comctl32/comctl32.spec
Modified: trunk/reactos/dll/win32/comctl32/comctl32.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/comctl32... ============================================================================== --- trunk/reactos/dll/win32/comctl32/comctl32.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/comctl32/comctl32.spec [iso-8859-1] Thu Apr 30 15:56:19 2015 @@ -178,3 +178,6 @@ 419 stdcall -noname GetTextExtentPointWrap(long wstr long ptr) gdi32.GetTextExtentPointW 420 stdcall -noname GetTextExtentPoint32Wrap(long wstr long ptr) gdi32.GetTextExtentPoint32W 421 stdcall -noname TextOutWrap(long long long wstr long) gdi32.TextOutW + +; Exported in v6 but not v5 +@ stdcall DrawShadowText(long wstr long ptr long long long long long)