Ignore:
Timestamp:
Dec 22, 2011, 12:54:42 PM (14 years ago)
Author:
dmik
Message:

Make SHAutoComplete available in headers and in debug builds.

Also place it along other similar functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/ordinal.c

    r10053 r21926  
    24222422
    24232423/*************************************************************************
     2424 *      SHAutoComplete          [SHLWAPI.@]
     2425 */
     2426HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
     2427{
     2428  FIXME("stub\n");
     2429  return S_FALSE;
     2430}
     2431
     2432/*************************************************************************
    24242433 *      SHCreateShellPalette    [SHLWAPI.@]
    24252434 */
Note: See TracChangeset for help on using the changeset viewer.