// Name: taborder.cpp
// Purpose: Sample for testing TAB navigation
// Author: Vadim Zeitlin
-// RCS-ID: $Id$
// Copyright: (c) 2007 Vadim Zeitlin
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/notebook.h"
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
#include "../sample.xpm"
#endif