Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-03-22 19:39:54 +00:00
parent f5c479ccfc
commit 660296aa90
20 changed files with 59 additions and 67 deletions

View File

@@ -50,17 +50,7 @@
#endif // wxUSE_PRINTING_ARCHITECTURE
#if defined(__WXMSW__)
#include <windowsx.h>
#include "wx/msw/private.h"
#ifndef __SMARTPHONE__ /* of WinCE */
#include <commdlg.h>
#endif
#if defined(__WATCOMC__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
#include <windowsx.h>
#include <commdlg.h>
#endif
#include "wx/msw/wrapcdlg.h"
#endif // MSW
#if wxUSE_PRINTING_ARCHITECTURE
@@ -187,7 +177,7 @@ wxPrintData::wxPrintData()
m_privData = NULL;
m_privDataLen = 0;
m_nativeData = wxPrintFactory::GetFactory()->CreatePrintNativeData();
}
@@ -218,7 +208,7 @@ wxPrintData::~wxPrintData()
m_nativeData->m_ref--;
if (m_nativeData->m_ref == 0)
delete m_nativeData;
if (m_privData)
delete [] m_privData;