Commit e69b3ad3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Includes: remove tabs and trailing spaces

parent 10c68b56
/*****************************************************************************
* vistaext.h : "Vista file associations support"
* vlc_windows_interfaces.h : Vista/7 helpers
****************************************************************************
* Copyright (C) 2009 the VideoLAN team
* $Id$
*
* Copyright (C) 2009-2010 VideoLAN
*
* Authors: Geoffroy Couprie <geal@videolan.org>
*
......@@ -82,15 +82,15 @@ typedef enum TBATFLAG
} TBATFLAG;
typedef struct tagTHUMBBUTTON
{
{
DWORD dwMask;
UINT iId;
UINT iBitmap;
HICON hIcon;
// WCHAR pszTip[ 260 ];
// WCHAR pszTip[ 260 ];
wchar_t pszTip[ 260 ];
DWORD dwFlags;
} THUMBBUTTON;
} THUMBBUTTON;
typedef struct tagTHUMBBUTTON *LPTHUMBBUTTON;
......@@ -100,6 +100,7 @@ typedef struct tagTHUMBBUTTON *LPTHUMBBUTTON;
#define THBF_DISMISSONCLICK 0x0002
#define THBF_NOBACKGROUND 0x0004
#define THBF_HIDDEN 0x0008
// THUMBBUTTON mask
#define THB_BITMAP 0x0001
#define THB_ICON 0x0002
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment