wxWidgets/tests/benchmarks/htmlparser
Tobias Taschner 8282c1be0f Remove Windows CE support
Windows CE doesn't seem to be supported by Microsoft any longer. Last CE
release was in early 2013 and the PocketPC and Smartphone targets supported by
wxWidgets are long gone.

The build files where already removed in an earlier cleanup this commit
removes all files, every #ifdef and all documentation regarding the Windows CE
support.

Closes https://github.com/wxWidgets/wxWidgets/pull/81
2015-09-23 00:52:30 +02:00
..
htmlpars.cpp Remove Windows CE support 2015-09-23 00:52:30 +02:00
htmlpars.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
htmltag.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
htmltag.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
README

This is a copy of wxWidgets 2.8's  wxHTML parser. Unlike the 2.9+ version, it
uses wxString::operator[] during parsing and so is perfect for testing
real-life performance of the new wxString class' operator[] caching.