summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
81ec0e1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64680
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef __WXMSW__
{ "$USER_DOCS_DIR\\", "$USER_DOCS_DIR", true },
{ "c:\\a\\directory\\which\\does\\not\\exist", "", false },
#ifdef __WXMSW__
{ "$USER_DOCS_DIR\\", "$USER_DOCS_DIR", true },
{ "c:\\a\\directory\\which\\does\\not\\exist", "", false },
-#else if defined( __UNIX__ )
+#elif defined( __UNIX__ )
{ "$USER_DOCS_DIR/", "$USER_DOCS_DIR", true },
{ "/tmp/foo", "/tmp", true },
{ "/tmp/a/directory/which/does/not/exist", "", false },
{ "$USER_DOCS_DIR/", "$USER_DOCS_DIR", true },
{ "/tmp/foo", "/tmp", true },
{ "/tmp/a/directory/which/does/not/exist", "", false },
// ----------------------------------------------------------------------------
// conditional compilation
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// conditional compilation
// ----------------------------------------------------------------------------
// standard paths
// ----------------------------------------------------------------------------
// standard paths
// ----------------------------------------------------------------------------
#include "wx/stdpaths.h"
#include "wx/wxchar.h" // wxPrintf
#include "wx/stdpaths.h"
#include "wx/wxchar.h" // wxPrintf
#undef TEST_VOLUME
#endif
#undef TEST_VOLUME
#endif
static const wxChar *volumeKinds[] =
{
wxT("floppy"),
static const wxChar *volumeKinds[] =
{
wxT("floppy"),
void InteractiveOutputTestCase::TestFSVolume()
{
#ifdef TEST_VOLUME
void InteractiveOutputTestCase::TestFSVolume()
{
#ifdef TEST_VOLUME