Ignore:
Timestamp:
Feb 17, 2001, 4:38:17 PM (25 years ago)
Author:
sandervl
Message:

YD: header changes for compiling opera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shellapi.h

    r4688 r5148  
    1 /* $Id: shellapi.h,v 1.10 2000-11-24 13:15:55 sandervl Exp $ */
    2 
    31#ifndef _WINE_SHELLAPI_H
    42#define _WINE_SHELLAPI_H
     
    286284} NOTIFYICONDATAW, *PNOTIFYICONDATAW;
    287285
     286BOOL WINAPI Shell_NotifyIconA(DWORD dwMessage, PNOTIFYICONDATAA lpData);
     287BOOL WINAPI Shell_NotifyIconW(DWORD dwMessage, PNOTIFYICONDATAW lpData);
     288#define Shell_NotifyIcon WINELIB_NAME_AW(Shell_NotifyIcon)
    288289
    289290#define SEE_MASK_CLASSNAME      0x00000001
Note: See TracChangeset for help on using the changeset viewer.