Ignore:
Timestamp:
Mar 31, 2001, 3:25:59 PM (24 years ago)
Author:
sandervl
Message:

Resync with Wine + previous merge fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/CCBase.h

    r4627 r5416  
    1 /* $Id: CCBase.h,v 1.11 2000-11-19 11:51:47 sandervl Exp $ */
     1/* $Id: CCBase.h,v 1.12 2001-03-31 13:25:25 sandervl Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    77#ifndef __CCBASE_H
    88#define __CCBASE_H
     9
     10#include <heapstring.h>
    911
    1012#define getInfoPtr(hwnd) ((COMCTL32_HEADER*)GetWindowLongA(hwnd,0))
     
    2022} COMCTL32_HEADER;
    2123
    22 PVOID initControl(HWND hwnd,DWORD dwSize);
    23 VOID doneControl(HWND hwnd);
    24 
    25 
    2624#ifdef __cplusplus
    2725extern "C" {
    2826#endif
     27
     28PVOID initControl(HWND hwnd,DWORD dwSize);
     29VOID doneControl(HWND hwnd);
    2930
    3031LRESULT defComCtl32ProcA(HWND hwnd,UINT Msg,WPARAM wParam,LPARAM lParam);
     
    6566INT lstrcmpAW(WCHAR *textA,BOOL textaunicode,WCHAR *textB,BOOL textbunicode);
    6667
     68
    6769//read note in CCBase.cpp!!
    6870INT lstrcmpniA(CHAR *textA,CHAR *textB,INT len);
    6971INT lstrcmpniAtoW(CHAR *textA,WCHAR* textB,INT len);
    70 INT lstrcmpniW(WCHAR *textA,WCHAR *textB,INT len);
     72////INT lstrcmpniW(WCHAR *textA,WCHAR *textB,INT len);
    7173INT lstrcmpniAW(WCHAR *textA,BOOL unicodeA,WCHAR *textB,BOOL unicodeB,INT len);
    7274
Note: See TracChangeset for help on using the changeset viewer.