correcting #ifdef to #if, fixes #11062

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-08-04 05:11:56 +00:00
parent ad09ec03f2
commit f1d7af8f68

View File

@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef wxUSE_TASKBARICON #if wxUSE_TASKBARICON
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/menu.h" #include "wx/menu.h"