Add PrivData() field to wxPrintData since MSW's printer
authorRobert Roebling <robert@roebling.de>
Mon, 28 Feb 2005 01:51:59 +0000 (01:51 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 28 Feb 2005 01:51:59 +0000 (01:51 +0000)
commitaa96f01c02ca602769785fa4bad0dd69ae6cad05
tree639314f733f11a8ac3d1c11b3483b0a0135dbafa
parent74124ea96161da28a76df576e410c3437ac58272
  Add PrivData() field to wxPrintData since MSW's printer
    sometimes seem to save data in an extra field. The
    original author of the patch chose to save it in char*
    so I kept that, although void* would probably be correct.
    The patch is against 2.4.2 and the code has been reshuffled
    since then so that the patch had to be redone entirely.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cmndata.h
include/wx/msw/printdlg.h
src/common/cmndata.cpp
src/msw/printdlg.cpp