Author: hbelusca Date: Mon Mar 2 01:02:18 2015 New Revision: 66537
URL: http://svn.reactos.org/svn/reactos?rev=66537&view=rev Log: Fix build.
Modified: trunk/reactos/dll/win32/shell32/shell32.spec
Modified: trunk/reactos/dll/win32/shell32/shell32.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32.s... ============================================================================== --- trunk/reactos/dll/win32/shell32/shell32.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shell32.spec [iso-8859-1] Mon Mar 2 01:02:18 2015 @@ -205,7 +205,7 @@ 206 stdcall ExtractAssociatedIconA(long str ptr) 207 stdcall ExtractAssociatedIconExA(long str long long) 208 stdcall ExtractAssociatedIconExW(long wstr long long) -209 stdcall -noname Int64ToString(__int64 wstr long long ptr long) +209 stdcall -noname Int64ToString(int64 wstr long long ptr long) 210 stdcall -noname LargeIntegerToString(ptr wstr long long ptr long) 211 stdcall -noname Printers_GetPidl(ptr str long long) 212 stdcall -noname Printers_AddPrinterPropPages(ptr ptr)