Ignore:
Timestamp:
Nov 9, 2000, 7:23:42 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/winuser16.h

    r4124 r4576  
    1 /* $Id: winuser16.h,v 1.6 2000-08-30 13:56:39 sandervl Exp $ */
     1/* $Id: winuser16.h,v 1.7 2000-11-09 18:23:42 sandervl Exp $ */
    22#ifndef __WINE_WINE_WINUSER16_H
    33#define __WINE_WINE_WINUSER16_H
     
    117117/* Cursors / Icons */
    118118
     119#if 0
    119120typedef struct tagCURSORICONINFO
    120121{
     
    126127    BYTE    bBitsPerPixel;
    127128} CURSORICONINFO;
     129#endif
    128130
    129131typedef struct {
     
    583585VOID        WINAPI CascadeChildWindows16(HWND16,WORD);
    584586INT16       WINAPI CloseComm16(INT16);
    585 HGLOBAL16   WINAPI CreateCursorIconIndirect16(HINSTANCE16,CURSORICONINFO*,
    586                                             LPCVOID,LPCVOID);
     587//HGLOBAL16   WINAPI CreateCursorIconIndirect16(HINSTANCE16,CURSORICONINFO*,
     588//                                            LPCVOID,LPCVOID);
    587589BOOL16      WINAPI DCHook16(HDC16,WORD,DWORD,LPARAM);
    588590BOOL16      WINAPI DlgDirSelect16(HWND16,LPSTR,INT16);
Note: See TracChangeset for help on using the changeset viewer.