]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
Unicode compilation fixes
[wxWidgets.git] / src / html / m_list.cpp
index 875e6a712299411dbc2c6c08a6d8aa41a2124ff4..4a374ced8ca858eb3b1eb466c6ea32e995bfeb0b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        mod_list.cpp
+// Name:        m_list.cpp
 // Purpose:     wxHtml module for lists
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -21,7 +21,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 
@@ -30,7 +30,7 @@
 
 #include "wx/html/htmlcell.h"
 
-FORCE_LINK_ME(mod_list)
+FORCE_LINK_ME(m_list)
 
 
 //-----------------------------------------------------------------------------