define NIN_BALLOONXXX constants if the SDK doesn't

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-12-02 12:38:01 +00:00
parent a5388f80f3
commit c6e72bbf34

View File

@ -32,6 +32,11 @@
#include "wx/taskbar.h"
#include "wx/dynlib.h"
#ifndef NIN_BALLOONTIMEOUT
#define NIN_BALLOONTIMEOUT 0x0404
#define NIN_BALLOONUSERCLICK 0x0405
#endif
// initialized on demand
static UINT gs_msgTaskbar = 0;
static UINT gs_msgRestartTaskbar = 0;