projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
blind OS/2 compilation fix in wxSetWorkingDirectory()
[wxWidgets.git]
/
src
/
html
/
m_hline.cpp
diff --git
a/src/html/m_hline.cpp
b/src/html/m_hline.cpp
index d629fda7bc613b961d78dd3bd1f438546647e7b7..5a975bea233f588246b0ec531235014355b8801b 100644
(file)
--- a/
src/html/m_hline.cpp
+++ b/
src/html/m_hline.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: m_hline.cpp
+// Name:
src/html/
m_hline.cpp
// Purpose: wxHtml module for horizontal line (HR tag)
// Author: Vaclav Slavik
// RCS-ID: $Id$
// Purpose: wxHtml module for horizontal line (HR tag)
// Author: Vaclav Slavik
// RCS-ID: $Id$
@@
-7,20
+7,15
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation
-#endif
-
#include "wx/wxprec.h"
#include "wx/wxprec.h"
-
-#include "wx/defs.h"
-#if wxUSE_HTML && wxUSE_STREAMS
#ifdef __BORLANDC__
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#endif
-#ifndef WXPRECOMP
+#if wxUSE_HTML && wxUSE_STREAMS
+
+#ifndef WX_PRECOMP
#include "wx/brush.h"
#include "wx/pen.h"
#include "wx/dc.h"
#include "wx/brush.h"
#include "wx/pen.h"
#include "wx/dc.h"