Ignore:
Timestamp:
Aug 14, 1999, 6:13:16 PM (26 years ago)
Author:
cbratschi
Message:

wine-990731 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32undoc.c

    r403 r496  
    1 /* $Id: comctl32undoc.c,v 1.9 1999-08-03 15:49:58 cbratschi Exp $ */
     1/* $Id: comctl32undoc.c,v 1.10 1999-08-14 16:13:10 cbratschi Exp $ */
    22/*
    33 * Undocumented functions from COMCTL32.DLL
     
    4545           PFNDPACOMPARE pfnCompare, PFNDPAMERGE pfnMerge, LPARAM lParam)
    4646{
     47    INT nCount;
     48
     49#if 0    /* these go with the "incomplete implementation" below */
    4750    LPVOID pWork1, pWork2;
    4851    INT nResult;
    49     INT nCount, nIndex;
     52    INT nIndex;
    5053    INT nNewItems;
     54#endif
    5155
    5256//    TRACE (commctrl, "(%p %p %08lx %p %p %08lx): stub!\n",
     
    18941898//  return (INT)(lpLoop-lpStr);
    18951899}
     1900
     1901/**************************************************************************
     1902 * comctl32_410 [COMCTL32.410]
     1903 *
     1904 * FIXME: What's this supposed to do?
     1905 *        Parameter 1 is an HWND, you're on your own for the rest.
     1906 */
     1907
     1908BOOL WINAPI comctl32_410( HWND hw, DWORD b, DWORD c, DWORD d) {
     1909
     1910   //FIXME_(commctrl)("(%x, %lx, %lx, %lx): stub!\n", hw, b, c, d);
     1911
     1912   return TRUE;
     1913}
     1914
     1915/*************************************************************************
     1916 * InitMUILanguage [COMCTL32.70]
     1917 *
     1918 * FIXME: What's this supposed to do?  Apparently some i18n thing.
     1919 *
     1920 */
     1921
     1922BOOL WINAPI InitMUILanguage( DWORD a ) {
     1923
     1924   //FIXME_(commctrl)("(%lx): stub!\n", a);
     1925
     1926   return TRUE;
     1927}
     1928
Note: See TracChangeset for help on using the changeset viewer.