wxWidgets/include/wx/msw/private
Vadim Zeitlin bfabc7f47c Extract wxPipeInputStream and wxPipeOutputStream in a header.
No real changes, just put these classes in a private header. They're still not
part of the public API but at least it will be easier to reuse them inside the
library itself in the upcoming commits.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-03 00:26:38 +00:00
..
button.h Make wxBU_EXACTFIT fir the button text more exactly. 2011-08-27 14:11:28 +00:00
comptr.h Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of memory leaks. Also mark PPV_ARGS_CHECK as inline so it can be used from multiple libraries. 2012-06-03 17:41:32 +00:00
datecontrols.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dc.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
fswatcher.h Free calloc()'d pointer correctly in wxFSWatchEntryMSW. 2011-05-28 19:35:13 +00:00
hiddenwin.h No changes, just extract wxCreateHiddenWindow() declaration in a header. 2011-09-21 15:07:32 +00:00
keyboard.h Better checks for wxMSWKeyboard::VKToWX() return value. 2010-09-22 13:31:41 +00:00
metrics.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msgdlg.h Add support for wxHELP button to wxMessageDialog. 2011-08-04 22:53:42 +00:00
pipestream.h Extract wxPipeInputStream and wxPipeOutputStream in a header. 2013-07-03 00:26:38 +00:00
sockmsw.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
textmeasure.h Allow creating wxTextMeasure without specifying the font. 2012-11-01 17:15:22 +00:00
timer.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00