#ifdef TEST_FILETIME
-#include <wx/filename.h>
-#include <wx/datetime.h>
+#include "wx/filename.h"
+#include "wx/datetime.h"
static void TestFileGetTimes()
{
#ifdef TEST_ODBC
-#include <wx/db.h>
+#include "wx/db.h"
static void TestDbOpen()
{
#if wxUSE_PROGRESSDLG
#if wxUSE_STOPWATCH && wxUSE_LONGLONG
- #include <wx/datetime.h> // wxDateTime
+ #include "wx/datetime.h" // wxDateTime
#endif
#include "wx/progdlg.h"
// You may set this to 0 to prevent DDE from being used even under Windows
//#define wxUSE_DDE_FOR_IPC 0
-#include <wx/ipc.h>
+#include "wx/ipc.h"
// the default service name
#define IPC_SERVICE _T("4242")
/////////////////////////////////////////////////////////////////////////////
// Name: styles.h
// Author: Robert Roebling
+// RCS-ID: $Id$
// Created: 04/07/02
/////////////////////////////////////////////////////////////////////////////
// Include wxWidgets' headers
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//----------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// Name: wxedit.h
// Author: Robert Roebling
+// RCS-ID: $Id$
// Created: 04/07/02
/////////////////////////////////////////////////////////////////////////////
// Include wxWidgets' headers
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//----------------------------------------------------------------------------
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include <wx/wx.h>
-#include <wx/display.h>
+#include "wx/wx.h"
+#include "wx/display.h"
class TestApp : public wxApp
{
- bool OnInit();
+ bool OnInit();
};
DECLARE_APP(TestApp)
bool TestApp::OnInit()
{
- bool is_use_display =
+ bool is_use_display =
#if wxUSE_DISPLAY
true
#else
{
wxMessageBox( _T("This sample has to be compiled with wxUSE_DISPLAY"), _T("Building error"), wxOK);
}
- #if wxUSE_DISPLAY
+#if wxUSE_DISPLAY
else
{
- size_t count = wxDisplay::GetCount();
+ size_t count = wxDisplay::GetCount();
wxLogDebug ( _T("I detected %i display(s) on your system"), count );
- size_t i = 0;
- while ( i < count )
- {
- wxDisplay display ( i );
- wxRect r = display.GetGeometry();
- wxLogDebug ( _T("Display #%i \"%s\" = ( %i, %i, %i, %i ) @ %i bits"),
- i, display.GetName().c_str(), r.GetLeft(), r.GetTop(), r.GetWidth(), r.GetHeight(),
- display.GetCurrentMode().GetDepth() );
- i++;
- }
+ size_t i = 0;
+ while ( i < count )
+ {
+ wxDisplay display ( i );
+ wxRect r = display.GetGeometry();
+ wxLogDebug ( _T("Display #%i \"%s\" = ( %i, %i, %i, %i ) @ %i bits"),
+ i, display.GetName().c_str(), r.GetLeft(), r.GetTop(), r.GetWidth(), r.GetHeight(),
+ display.GetCurrentMode().GetDepth() );
+ i++;
+ }
}
- #endif
- return false;
+#endif
+ return false;
}
#include "wx/wx.h"
#endif
-#include <wx/msw/ole/automtn.h>
+#include "wx/msw/ole/automtn.h"
#ifndef __WXMSW__
#error "Sorry, this sample works under Windows only."
return;
}
}
-
#include "dxfrenderer.h"
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
WX_DEFINE_LIST(DXFEntityList)
WX_DEFINE_LIST(DXFLayerList)
return false;
}
else if (line2 == wxT("TABLES"))
- {
+ {
if (!ParseTables(stream))
return false;
}
#error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
to 1 in setup.h and recompile the library.
#else
- #include <wx/tbarsmpl.h>
+ #include "wx/tbarsmpl.h"
#endif
#endif // USE_GENERIC_TBAR